Payments

Query to list Supplier Bank, Bank Branch, Bank Account information

/********************************************************************** *PURPOSE: Query to list Supplier Bank, Bank Branch, Bank Account information *AUTHOR: Shailender Thallam ***********************************************************************/ SELECT owners.account_owner_party_id, asp.segment1 vendor_num, asp.vendor_name, (SELECT NAME FROM apps.hr_operating_units… Read More »Query to list Supplier Bank, Bank Branch, Bank Account information

Query to list Bank, Bank Branch, Bank Account information Operating Unit wise

/********************************************************************** *PURPOSE: Query to list all Bank, Bank Branch, Bank Account information * Operating Unit wise *AUTHOR: Shailender Thallam ***********************************************************************/ SELECT cba.bank_account_name , cba.bank_account_id, cba.bank_account_name_alt,… Read More »Query to list Bank, Bank Branch, Bank Account information Operating Unit wise