DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_VL

Line 762: l_pmt_channel IBY_FNDCPT_PMT_CHNNLS_VL.payment_channel_code%TYPE;

758: l_msg_data VARCHAR2(32767);
759:
760: l_payer IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
761: l_payer_equivalency VARCHAR2(500);
762: l_pmt_channel IBY_FNDCPT_PMT_CHNNLS_VL.payment_channel_code%TYPE;
763: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
764: l_entity_id NUMBER;
765: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
766: -- This values based on global variables from FND_API G_TRUE and G_FALSE;

Line 775: , iby_fndcpt_pmt_chnnls_vl fpc

771: SELECT ipiu.payment_function
772: , fpc.payment_channel_code
773: , ipiu.payment_flow
774: FROM iby_pmt_instr_uses_all ipiu
775: , iby_fndcpt_pmt_chnnls_vl fpc
776: WHERE instrument_id = p_instr_use_id
777: AND fpc.instrument_type = ipiu.instrument_type;
778:
779: instr_type_rec instr_type_csr%ROWTYPE;