DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on IBY_FNDCPT_TRXN_PUB

Line 1528: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

1524: x_card_assignment_id NUMBER;
1525: l_instrument_assignment_id NUMBER;
1526: l_payment_channel iby_fndcpt_pmt_chnnls_b.payment_channel_code%TYPE;
1527: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1528: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
1529: x_payment_trxn_extension_id NUMBER;
1530: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1531:
1532: l_cur_code VARCHAR2(30);

Line 1931: IBY_FNDCPT_TRXN_PUB.CREATE_TRANSACTION_EXTENSION(1.0,

1927: l_trxn_attribs_rec.Trxn_Ref_Number1 := l_emd_transactions_info.vendor_id;
1928: l_trxn_attribs_rec.Trxn_Ref_Number1 := l_emd_transactions_info.vendor_site_id;
1929:
1930: BEGIN
1931: IBY_FNDCPT_TRXN_PUB.CREATE_TRANSACTION_EXTENSION(1.0,
1932: FND_API.G_FALSE,
1933: FND_API.G_FALSE,
1934: x_return_status,
1935: x_msg_count,