DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on XTR_BANK_ACCOUNTS

Line 320: from XTR_BANK_ACCOUNTS

316: l_level OUT NOCOPY VARCHAR2) is
317: --
318: cursor BANK_AC is
319: select 1
320: from XTR_BANK_ACCOUNTS
321: where PARTY_CODE = l_company_code
322: and CURRENCY = l_currency;
323: --
324: v_dummy number(1);