DBA Data[Home] [Help]

APPS.XTR_CALC_P dependencies on XTR_BANK_ACCOUNTS_V

Line 982: from XTR_BANK_ACCOUNTS_V

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