DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on IBY_FNDCPT_COMMON_PUB

Line 272: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;

268: x_entity_id OUT NOCOPY NUMBER,
269: x_return_status OUT NOCOPY VARCHAR2
270: ) IS
271:
272: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
273: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
274: l_response iby_fndcpt_common_pub.result_rec_type;
275: l_order_number NUMBER;
276: l_invoice_to_org_id NUMBER;

Line 274: l_response iby_fndcpt_common_pub.result_rec_type;

270: ) IS
271:
272: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
273: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
274: l_response iby_fndcpt_common_pub.result_rec_type;
275: l_order_number NUMBER;
276: l_invoice_to_org_id NUMBER;
277: l_trxn_extension_id NUMBER;
278: l_entity_id NUMBER;

Line 423: l_payercontext_rec.payment_function := IBY_FNDCPT_COMMON_PUB.G_PMT_FUNCTION_CUST_PMT;

419: OPEN c_party (l_iby_cust_id);
420: FETCH c_party INTO l_iby_party;
421: CLOSE c_party;
422:
423: l_payercontext_rec.payment_function := IBY_FNDCPT_COMMON_PUB.G_PMT_FUNCTION_CUST_PMT;
424: l_payercontext_rec.party_id := l_iby_party;
425: l_payercontext_rec.cust_account_id := l_iby_cust_id;
426:
427: -- Based on the header or line level, the corresponding contract header

Line 494: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_FULL,

490: x_return_status => l_return_status,
491: x_msg_count => l_msg_count,
492: x_msg_data => l_msg_data,
493: p_payer => l_payercontext_rec,
494: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_FULL,
495: p_pmt_channel => G_PAYMENT_CREDIT_CARD,
496: p_instr_assignment => l_instr_id,
497: p_trxn_attribs => l_trxnextension_rec,
498: x_entity_id => l_entity_id,