DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 1484: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;

1480: PROCEDURE Delete_Trxn_Extn_Details(p_trx_rec IN ra_customer_trx%rowtype,
1481: p_return_status OUT NOCOPY VARCHAR2
1482: ) IS
1483:
1484: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1485: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1486: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1487: l_payment_channel ar_receipt_methods.payment_channel_code%type;
1488: x_msg_count NUMBER;

Line 1486: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;

1482: ) IS
1483:
1484: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1485: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1486: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1487: l_payment_channel ar_receipt_methods.payment_channel_code%type;
1488: x_msg_count NUMBER;
1489: x_msg_data VARCHAR2(240);
1490: x_return_status VARCHAR2(240);