DBA Data[Home] [Help]

APPS.XTR_FPS1_P dependencies on XTR_BANK_ACCOUNTS

Line 824: from XTR_BANK_ACCOUNTS

820: l_level OUT NOCOPY VARCHAR2) is
821: --
822: cursor ACCT_NOS is
823: select ACCOUNT_NUMBER
824: from XTR_BANK_ACCOUNTS
825: where PARTY_CODE = l_cparty_code
826: and BANK_SHORT_CODE = l_cparty_ref
827: and CURRENCY = l_currency;
828: --