DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on IBY_FNDCPT_COMMON_PUB

Line 1527: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

1523: x_account_assignment_id NUMBER;
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:

Line 1530: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

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);
1533: l_trx_cur_code VARCHAR2(30);
1534: l_exchange_rate_type VARCHAR2(30);

Line 1938: IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

1934: x_return_status,
1935: x_msg_count,
1936: x_msg_data,
1937: l_payer_rec,
1938: IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
1939: l_payment_channel,
1940: l_instrument_assignment_id,
1941: l_trxn_attribs_rec,
1942: x_payment_trxn_extension_id,

Line 1964: (x_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN

1960: RAISE TRANSACTION_EXCEPTION;
1961: END IF;
1962:
1963: IF ((x_return_status = FND_API.G_RET_STS_SUCCESS) AND
1964: (x_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN
1965: l_deposit_in_record.payment_trxn_extension_id := x_payment_trxn_extension_id;
1966: END IF;
1967:
1968: END IF;

Line 3614: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3610: x_bank_end_date DATE;
3611: x_branch_end_date DATE;
3612: x_acct_start_date DATE;
3613: x_acct_end_date DATE;
3614: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3615: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3616: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3617: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3618: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.ExtBank_rec_type;

Line 3615: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3611: x_branch_end_date DATE;
3612: x_acct_start_date DATE;
3613: x_acct_end_date DATE;
3614: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3615: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3616: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3617: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3618: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.ExtBank_rec_type;
3619: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;

Line 3616: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3612: x_acct_start_date DATE;
3613: x_acct_end_date DATE;
3614: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3615: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3616: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3617: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3618: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.ExtBank_rec_type;
3619: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
3620: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;

Line 3617: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3613: x_acct_end_date DATE;
3614: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3615: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3616: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3617: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3618: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.ExtBank_rec_type;
3619: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
3620: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
3621: l_profile_value VARCHAR2(30);

Line 3623: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3619: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
3620: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
3621: l_profile_value VARCHAR2(30);
3622:
3623: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3624: x_payer_attributes iby_fndcpt_setup_pub.PayerAttributes_rec_type;
3625: x_payer_attribs_id NUMBER;
3626: l_instrument_exists VARCHAR2(1) := NULL;
3627: l_assignment_attribs iby_fndcpt_setup_pub.PmtInstrAssignment_rec_type;

Line 3796: (x_set_payer_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN

3792: END IF;
3793:
3794:
3795: IF ((x_return_status = FND_API.G_RET_STS_SUCCESS) AND
3796: (x_set_payer_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN
3797: l_channel_assignment.Pmt_Channel_Code := 'BANK_ACCT_XFER';
3798: IBY_FNDCPT_SETUP_PUB.Set_Payer_Default_Pmt_Channel
3799: ( 1.0,
3800: FND_API.G_FALSE,

Line 3822: (x_pmt_channel_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN

3818: END IF;
3819:
3820:
3821: IF ((x_return_status = FND_API.G_RET_STS_SUCCESS) AND
3822: (x_pmt_channel_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN
3823: BEGIN
3824: SELECT instrument_payment_use_id
3825: INTO x_account_assignment_id
3826: FROM iby_pmt_instr_uses_all

Line 3973: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3969: x_instr_id iby_creditcard.instrid%TYPE;
3970:
3971: l_card_exists VARCHAR2(1);
3972:
3973: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3974: x_payer_attributes iby_fndcpt_setup_pub.PayerAttributes_rec_type;
3975: x_payer_attribs_id NUMBER;
3976: l_instrument_exists VARCHAR2(1) := NULL;
3977: l_assignment_attribs iby_fndcpt_setup_pub.PmtInstrAssignment_rec_type;

Line 3982: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3978: l_instrument iby_fndcpt_setup_pub.PmtInstrument_rec_type;
3979: l_channel_assignment iby_fndcpt_setup_pub.PmtChannelAssignment_rec_type;
3980: x_channel_assignment_id NUMBER := NULL;
3981:
3982: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3983: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3984: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3985:
3986: l_instrument_assignment_id NUMBER;

Line 3983: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3979: l_channel_assignment iby_fndcpt_setup_pub.PmtChannelAssignment_rec_type;
3980: x_channel_assignment_id NUMBER := NULL;
3981:
3982: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3983: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3984: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3985:
3986: l_instrument_assignment_id NUMBER;
3987: x_msg_count NUMBER;

Line 3984: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3980: x_channel_assignment_id NUMBER := NULL;
3981:
3982: x_set_payer_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3983: x_inst_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3984: x_pmt_channel_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3985:
3986: l_instrument_assignment_id NUMBER;
3987: x_msg_count NUMBER;
3988: x_msg_data VARCHAR2(1000);

Line 4156: (x_set_payer_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN

4152: END IF;
4153:
4154:
4155: IF ((x_return_status = FND_API.G_RET_STS_SUCCESS) AND
4156: (x_set_payer_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN
4157: l_channel_assignment.Pmt_Channel_Code := 'CREDIT_CARD';
4158: IBY_FNDCPT_SETUP_PUB.Set_Payer_Default_Pmt_Channel
4159: ( 1.0,
4160: FND_API.G_FALSE,

Line 4183: (x_pmt_channel_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN

4179: END IF;
4180:
4181:
4182: IF ((x_return_status = FND_API.G_RET_STS_SUCCESS) AND
4183: (x_pmt_channel_response.result_code = IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS)) THEN
4184: BEGIN
4185: SELECT instrument_payment_use_id
4186: INTO x_card_assignment_id
4187: FROM iby_pmt_instr_uses_all