DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on IBY_TRXN_EXTENSIONS_V

Line 5671: from iby_fndcpt_payer_assgn_instr_v a, IBY_TRXN_EXTENSIONS_V b

5667: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
5668:
5669: Cursor c_get_payer_from_trxn(p_trxn_extension_id number) is
5670: select a.party_id, a.instr_assignment_id
5671: from iby_fndcpt_payer_assgn_instr_v a, IBY_TRXN_EXTENSIONS_V b
5672: where a.instr_assignment_id = b.instr_assignment_id
5673: and b.trxn_extension_id = p_trxn_extension_id;
5674:
5675: Cursor c_get_payment_id is