DBA Data[Home] [Help]

APPS.CSD_RETURNS_UTIL dependencies on IBY_FNDCPT_TRXN_PUB

Line 616: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;

612: l_payerattributes_rec iby_fndcpt_setup_pub.payerattributes_rec_type;
613: l_creditcard_rec iby_fndcpt_setup_pub.creditcard_rec_type;
614: l_instr_assign_rec iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;
615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;
616: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
617: l_payee_context_rec iby_fndcpt_trxn_pub.payeecontext_rec_type;
618: l_authattribs_rec iby_fndcpt_trxn_pub.authattribs_rec_type;
619: l_amount_rec iby_fndcpt_trxn_pub.amount_rec_type;
620: l_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;

Line 617: l_payee_context_rec iby_fndcpt_trxn_pub.payeecontext_rec_type;

613: l_creditcard_rec iby_fndcpt_setup_pub.creditcard_rec_type;
614: l_instr_assign_rec iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;
615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;
616: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
617: l_payee_context_rec iby_fndcpt_trxn_pub.payeecontext_rec_type;
618: l_authattribs_rec iby_fndcpt_trxn_pub.authattribs_rec_type;
619: l_amount_rec iby_fndcpt_trxn_pub.amount_rec_type;
620: l_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
621: l_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;

Line 618: l_authattribs_rec iby_fndcpt_trxn_pub.authattribs_rec_type;

614: l_instr_assign_rec iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;
615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;
616: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
617: l_payee_context_rec iby_fndcpt_trxn_pub.payeecontext_rec_type;
618: l_authattribs_rec iby_fndcpt_trxn_pub.authattribs_rec_type;
619: l_amount_rec iby_fndcpt_trxn_pub.amount_rec_type;
620: l_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
621: l_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
622: l_cust_site_use_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;

Line 619: l_amount_rec iby_fndcpt_trxn_pub.amount_rec_type;

615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;
616: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
617: l_payee_context_rec iby_fndcpt_trxn_pub.payeecontext_rec_type;
618: l_authattribs_rec iby_fndcpt_trxn_pub.authattribs_rec_type;
619: l_amount_rec iby_fndcpt_trxn_pub.amount_rec_type;
620: l_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
621: l_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
622: l_cust_site_use_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;
623: l_amount NUMBER := p_amount;

Line 625: x_authresult_rec iby_fndcpt_trxn_pub.authresult_rec_type;

621: l_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
622: l_cust_site_use_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;
623: l_amount NUMBER := p_amount;
624: x_cust_acct_site_id NUMBER;
625: x_authresult_rec iby_fndcpt_trxn_pub.authresult_rec_type;
626: x_result_rec_type iby_fndcpt_common_pub.result_rec_type;
627: x_payer_attrib_id NUMBER;
628: x_assign_id NUMBER;
629: x_msg_count NUMBER;

Line 854: iby_fndcpt_trxn_pub.Create_Transaction_Extension

850: l_TrxnExtension_rec.trxn_ref_number1 := 'ONLINE_RETURNS';
851: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
852: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Creating an transaction extension.');
853: END IF;
854: iby_fndcpt_trxn_pub.Create_Transaction_Extension
855: (p_api_version => 1.0,
856: p_init_msg_list => p_init_msg_list,
857: p_commit => p_commit,
858: x_return_status => x_return_Status,

Line 902: iby_fndcpt_trxn_pub.create_authorization

898: -- step 4. Call the authorization API.
899: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
900: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling create_authorization API to authorize the payment.');
901: END IF;
902: iby_fndcpt_trxn_pub.create_authorization
903: (p_api_version => 1.0,
904: p_init_msg_list => p_init_msg_list,
905: x_return_status => x_return_status,
906: x_msg_count => x_msg_count,