DBA Data[Home] [Help]

APPS.CSD_RETURNS_UTIL dependencies on IBY_FNDCPT_SETUP_PUB

Line 40: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,

36: p_commit IN VARCHAR2,
37: x_return_status OUT NOCOPY VARCHAR2,
38: x_msg_count OUT NOCOPY NUMBER,
39: x_msg_data OUT NOCOPY VARCHAR2,
40: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,
41: x_card_id OUT NOCOPY NUMBER,
42: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type
43: );
44:

Line 612: l_payerattributes_rec iby_fndcpt_setup_pub.payerattributes_rec_type;

608: IS
609: lc_api_name CONSTANT VARCHAR2(80) := 'CSD_RETURNS_UTIL.process_credit_card';
610: lc_api_version CONSTANT NUMBER := 1.0;
611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_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;

Line 613: l_creditcard_rec iby_fndcpt_setup_pub.creditcard_rec_type;

609: lc_api_name CONSTANT VARCHAR2(80) := 'CSD_RETURNS_UTIL.process_credit_card';
610: lc_api_version CONSTANT NUMBER := 1.0;
611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_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;

Line 614: l_instr_assign_rec iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;

610: lc_api_version CONSTANT NUMBER := 1.0;
611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_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;

Line 615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;

611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_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;

Line 749: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling iby_fndcpt_setup_pub.set_payer_attributes');

745: l_payer_context_rec.account_site_id := x_acct_site_use_id;
746: END;
747:
748: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
749: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling iby_fndcpt_setup_pub.set_payer_attributes');
750: END IF;
751: iby_fndcpt_setup_pub.set_payer_attributes
752: (p_api_version => 1.0,
753: p_init_msg_list => p_init_msg_list,

Line 751: iby_fndcpt_setup_pub.set_payer_attributes

747:
748: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
749: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling iby_fndcpt_setup_pub.set_payer_attributes');
750: END IF;
751: iby_fndcpt_setup_pub.set_payer_attributes
752: (p_api_version => 1.0,
753: p_init_msg_list => p_init_msg_list,
754: p_commit => p_commit,
755: x_return_status => x_return_Status,

Line 821: iby_fndcpt_setup_pub.set_payer_instr_assignment

817: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
818: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling instrument assignment API.');
819: END IF;
820:
821: iby_fndcpt_setup_pub.set_payer_instr_assignment
822: (p_api_version => 1.0,
823: p_init_msg_list => p_init_msg_list,
824: p_commit => p_commit,
825: x_return_status => x_return_Status,

Line 2397: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,

2393: p_commit IN VARCHAR2,
2394: x_return_status OUT NOCOPY VARCHAR2,
2395: x_msg_count OUT NOCOPY NUMBER,
2396: x_msg_data OUT NOCOPY VARCHAR2,
2397: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,
2398: x_card_id OUT NOCOPY NUMBER,
2399: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type
2400: )
2401: IS

Line 2404: iby_fndcpt_setup_pub.Create_Card

2400: )
2401: IS
2402: PRAGMA AUTONOMOUS_TRANSACTION;
2403: BEGIN
2404: iby_fndcpt_setup_pub.Create_Card
2405: (p_api_version => p_api_version,
2406: p_init_msg_list => p_init_msg_list,
2407: p_commit => fnd_api.g_true,
2408: x_return_status => x_return_Status,