DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on IBY_TRXN_EXTENSIONS_V

Line 6979: from iby_fndcpt_payer_assgn_instr_v a, IBY_TRXN_EXTENSIONS_V b

6975: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
6976:
6977: Cursor c_get_payer_from_trxn(p_trxn_extension_id number) is
6978: select a.party_id, a.instr_assignment_id
6979: from iby_fndcpt_payer_assgn_instr_v a, IBY_TRXN_EXTENSIONS_V b
6980: where a.instr_assignment_id = b.instr_assignment_id
6981: and b.trxn_extension_id = p_trxn_extension_id;
6982:
6983: Cursor c_get_payment_id is