DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on IBY_FNDCPT_COMMON_PUB

Line 232: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;

228: x_entity_id OUT NOCOPY NUMBER,
229: x_return_status OUT NOCOPY VARCHAR2
230: ) IS
231:
232: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
233: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
234: l_response iby_fndcpt_common_pub.result_rec_type;
235: l_order_number NUMBER;
236: l_invoice_to_org_id NUMBER;

Line 234: l_response iby_fndcpt_common_pub.result_rec_type;

230: ) IS
231:
232: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
233: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
234: l_response iby_fndcpt_common_pub.result_rec_type;
235: l_order_number NUMBER;
236: l_invoice_to_org_id NUMBER;
237: l_trxn_extension_id NUMBER;
238: l_entity_id NUMBER;

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

379: OPEN c_party (l_iby_cust_id);
380: FETCH c_party INTO l_iby_party;
381: CLOSE c_party;
382:
383: l_payercontext_rec.payment_function := IBY_FNDCPT_COMMON_PUB.G_PMT_FUNCTION_CUST_PMT;
384: l_payercontext_rec.party_id := l_iby_party;
385: l_payercontext_rec.cust_account_id := l_iby_cust_id;
386:
387: -- Based on the header or line level, the corresponding contract header

Line 454: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_FULL,

450: x_return_status => l_return_status,
451: x_msg_count => l_msg_count,
452: x_msg_data => l_msg_data,
453: p_payer => l_payercontext_rec,
454: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_FULL,
455: p_pmt_channel => G_PAYMENT_CREDIT_CARD,
456: p_instr_assignment => l_instr_id,
457: p_trxn_attribs => l_trxnextension_rec,
458: x_entity_id => l_entity_id,