DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 1551: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;

1547: PROCEDURE Delete_Trxn_Extn_Details(p_trx_rec IN ra_customer_trx%rowtype,
1548: p_return_status OUT NOCOPY VARCHAR2
1549: ) IS
1550:
1551: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1552: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1553: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1554: l_payment_channel ar_receipt_methods.payment_channel_code%type;
1555: x_msg_count NUMBER;

Line 1553: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;

1549: ) IS
1550:
1551: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1552: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1553: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1554: l_payment_channel ar_receipt_methods.payment_channel_code%type;
1555: x_msg_count NUMBER;
1556: x_msg_data VARCHAR2(240);
1557: x_return_status VARCHAR2(240);