DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on IBY_FNDCPT_COMMON_PUB

Line 68: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,

64: x_msg_data OUT NOCOPY VARCHAR2);
65:
66: PROCEDURE process_payment(
67: p_cash_receipt_id IN NUMBER,
68: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,
69: P_payee_rec IN IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type,
70: p_called_from IN VARCHAR2,
71: p_response_error_code OUT NOCOPY VARCHAR2,
72: x_msg_count OUT NOCOPY NUMBER,

Line 907: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

903: x_msg_data OUT NOCOPY VARCHAR2) IS
904:
905: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
906: l_ext_bank_acct_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
907: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
908: l_procedure_name VARCHAR2(30);
909: l_acct_holder_name iby_ext_bank_accounts.BANK_ACCOUNT_NAME%TYPE;
910: l_acct_type iby_ext_bank_accounts.BANK_ACCOUNT_TYPE%TYPE;
911: l_start_date DATE;

Line 1832: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

1828: ba_rec ba_cur%ROWTYPE;
1829: cc_rec cc_cur%ROWTYPE;
1830:
1831: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
1832: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1833: l_procedure_name VARCHAR2(30);
1834: l_return_status VARCHAR2(2);
1835: l_msg_count NUMBER;
1836: l_msg_data VARCHAR2(2000);

Line 2779: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

2775:
2776:
2777: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
2778: l_ext_bank_act_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
2779: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2780: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2781: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
2782: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
2783: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

Line 2782: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;

2778: l_ext_bank_act_rec IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type;
2779: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2780: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2781: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
2782: l_payerContext_Rec_type IBY_FNDCPT_COMMON_PUB.PayerContext_Rec_type;
2783: l_pmtInstrAssignment_Rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
2784: l_pmtInstr_rec_type IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
2785:
2786: l_payer_attibute_id NUMBER(15,0);

Line 3894: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3890: l_apply_err_count NUMBER;
3891: p_payment_schedule_id NUMBER;
3892:
3893: l_create_credit_card IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
3894: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3895: l_procedure_name VARCHAR2(30);
3896:
3897: l_debug_info VARCHAR2(200);
3898:

Line 3899: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3895: l_procedure_name VARCHAR2(30);
3896:
3897: l_debug_info VARCHAR2(200);
3898:
3899: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3900: l_trxn_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3901: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3902: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3903: l_payment_channel_code IBY_FNDCPT_PMT_CHNNLS_B.PAYMENT_CHANNEL_CODE%TYPE;

Line 3902: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3898:
3899: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3900: l_trxn_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3901: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3902: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3903: l_payment_channel_code IBY_FNDCPT_PMT_CHNNLS_B.PAYMENT_CHANNEL_CODE%TYPE;
3904:
3905: l_cc_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
3906: l_cc_bill_to_site_id NUMBER;

Line 4604: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,

4600: |
4601: +==============================================================*/
4602: PROCEDURE process_payment(
4603: p_cash_receipt_id IN NUMBER,
4604: p_payer_rec IN IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type,
4605: P_payee_rec IN IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type,
4606: p_called_from IN VARCHAR2,
4607: p_response_error_code OUT NOCOPY VARCHAR2,
4608: x_msg_count OUT NOCOPY NUMBER,

Line 4636: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

4632:
4633: l_auth_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
4634: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4635: x_auth_result IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type;
4636: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4637:
4638: l_payment_trxn_extension_id number;
4639:
4640: l_action VARCHAR2(80);

Line 5969: resRecType IBY_FNDCPT_COMMON_PUB.Result_rec_type;

5965: x_msg_data OUT NOCOPY VARCHAR2
5966: )
5967: IS
5968: useRecType IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
5969: resRecType IBY_FNDCPT_COMMON_PUB.Result_rec_type;
5970: l_procedure_name VARCHAR2(50);
5971: l_debug_info VARCHAR2(200);
5972: BEGIN
5973: