DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on IBY_FNDCPT_COMMON_PUB

Line 73: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,

69: x_msg_data OUT NOCOPY VARCHAR2);
70:
71: PROCEDURE process_payment(
72: p_cash_receipt_id IN NUMBER,
73: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,
74: P_payee_rec IN IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type,
75: p_called_from IN VARCHAR2,
76: p_response_error_code OUT NOCOPY VARCHAR2,
77: x_msg_count OUT NOCOPY NUMBER,

Line 932: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

928: AND((l_customer_site_id IS NOT NULL AND ACCT_SITE_USE_ID = l_customer_site_id ) OR (l_customer_site_id IS NULL AND ACCT_SITE_USE_ID IS NULL));
929:
930: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
931: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
932: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
933: l_procedure_name VARCHAR2(30);
934: l_party_id NUMBER;
935: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
936: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

Line 935: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;

931: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
932: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
933: l_procedure_name VARCHAR2(30);
934: l_party_id NUMBER;
935: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
936: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
937: l_pmtInstr_rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
938: l_org_id NUMBER;
939: l_instr_assignment_id NUMBER;

Line 1906: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

1902: ba_rec ba_cur%ROWTYPE;
1903: cc_rec cc_cur%ROWTYPE;
1904:
1905: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
1906: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1907: l_procedure_name VARCHAR2(30);
1908: l_return_status VARCHAR2(2);
1909: l_msg_count NUMBER;
1910: l_msg_data VARCHAR2(2000);

Line 2928: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

2924:
2925:
2926: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
2927: l_ext_bank_act_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
2928: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2929: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2930: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
2931: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
2932: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

Line 2931: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;

2927: l_ext_bank_act_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
2928: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2929: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2930: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
2931: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
2932: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
2933: l_pmtInstr_rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
2934:
2935: l_payer_attibute_id NUMBER(15,0);

Line 2979: l_bank_acct_response iby_fndcpt_common_pub.result_rec_type;

2975: l_commit VARCHAR2(30) DEFAULT FND_API.G_FALSE;
2976: l_bank_account_id iby_ext_bank_accounts_v.bank_account_id%TYPE;
2977: l_start_date iby_ext_bank_accounts_v.start_date%TYPE;
2978: l_end_date iby_ext_bank_accounts_v.end_date%TYPE;
2979: l_bank_acct_response iby_fndcpt_common_pub.result_rec_type;
2980: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2981: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2982: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.extbank_rec_type;
2983: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;

Line 2980: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

2976: l_bank_account_id iby_ext_bank_accounts_v.bank_account_id%TYPE;
2977: l_start_date iby_ext_bank_accounts_v.start_date%TYPE;
2978: l_end_date iby_ext_bank_accounts_v.end_date%TYPE;
2979: l_bank_acct_response iby_fndcpt_common_pub.result_rec_type;
2980: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2981: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2982: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.extbank_rec_type;
2983: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
2984: l_bank_party_id ce_bank_branches_v.bank_party_id%TYPE;

Line 2981: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

2977: l_start_date iby_ext_bank_accounts_v.start_date%TYPE;
2978: l_end_date iby_ext_bank_accounts_v.end_date%TYPE;
2979: l_bank_acct_response iby_fndcpt_common_pub.result_rec_type;
2980: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2981: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2982: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.extbank_rec_type;
2983: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
2984: l_bank_party_id ce_bank_branches_v.bank_party_id%TYPE;
2985: l_branch_party_id ce_bank_branches_v.branch_party_id%TYPE;

Line 4415: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;

4411: l_apply_err_count NUMBER;
4412: p_payment_schedule_id NUMBER;
4413:
4414: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
4415: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4416: l_procedure_name VARCHAR2(30);
4417:
4418: l_debug_info VARCHAR2(200);
4419:

Line 4420: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

4416: l_procedure_name VARCHAR2(30);
4417:
4418: l_debug_info VARCHAR2(200);
4419:
4420: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4421: l_trxn_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
4422: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
4423: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4424: l_payment_channel_code IBY_FNDCPT_PMT_CHNNLS_B.PAYMENT_CHANNEL_CODE%TYPE;

Line 4423: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

4419:
4420: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4421: l_trxn_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
4422: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
4423: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4424: l_payment_channel_code IBY_FNDCPT_PMT_CHNNLS_B.PAYMENT_CHANNEL_CODE%TYPE;
4425:
4426: l_cc_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
4427: l_cc_bill_to_site_id NUMBER;

Line 5231: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,

5227: | 14-Mar-2013 melapaku Bug16471455 - Payment Audit History
5228: +==============================================================*/
5229: PROCEDURE process_payment(
5230: p_cash_receipt_id IN NUMBER,
5231: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,
5232: P_payee_rec IN IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type,
5233: p_called_from IN VARCHAR2,
5234: p_response_error_code OUT NOCOPY VARCHAR2,
5235: x_msg_count OUT NOCOPY NUMBER,

Line 5264: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

5260:
5261:
5262: l_auth_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
5263: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
5264: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
5265:
5266: l_payment_trxn_extension_id number;
5267:
5268: l_action VARCHAR2(80);

Line 6617: resRecType IBY_FNDCPT_COMMON_PUB.Result_rec_type;

6613: x_msg_data OUT NOCOPY VARCHAR2
6614: )
6615: IS
6616: useRecType IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
6617: resRecType IBY_FNDCPT_COMMON_PUB.Result_rec_type;
6618: l_procedure_name VARCHAR2(50);
6619: l_debug_info VARCHAR2(200);
6620: BEGIN
6621: