DBA Data[Home] [Help]

APPS.XTR_CALC_P dependencies on XTR_BANK_ACCOUNTS_V

Line 980: from XTR_BANK_ACCOUNTS_V

976: and DEAL_TYPE = 'RTMM';
977:
978: cursor CHK_REF is
979: select ACCOUNT_NUMBER
980: from XTR_BANK_ACCOUNTS_V
981: where PARTY_CODE = l_cparty
982: and BANK_SHORT_CODE = l_cparty_ref
983: and CURRENCY = l_ccy;
984: