DBA Data[Home] [Help]

APPS.XTR_TRANS_INTERFACE dependencies on XTR_BANK_ACCOUNTS_V

Line 71: from XTR_BANK_ACCOUNTS_V

67: order by a.RECORD_TYPE asc;
68: --
69: CURSOR CHK_ACCT is
70: select 1
71: from XTR_BANK_ACCOUNTS_V
72: where PARTY_CODE = l_company
73: and CURRENCY = l_ccy;
74: --
75: CURSOR TSFR is