DBA Data[Home] [Help]

APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on IBY_FNDCPT_COMMON_PUB

Line 1844: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

1840: l_trxn_extension_id oks_k_headers_b.trxn_extension_id%TYPE;
1841: l_billing_address_id hz_party_sites.party_site_id%TYPE;
1842: l_expiration_date DATE := '';
1843:
1844: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
1845:
1846: l_payer l_payer_type;
1847: l_response iby_fndcpt_common_pub.result_rec_type;
1848: BEGIN

Line 1847: l_response iby_fndcpt_common_pub.result_rec_type;

1843:
1844: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
1845:
1846: l_payer l_payer_type;
1847: l_response iby_fndcpt_common_pub.result_rec_type;
1848: BEGIN
1849: -- start debug log
1850: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
1851: fnd_log.STRING (fnd_log.level_procedure,

Line 2928: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

2924: := 'process_credit_card';
2925: l_api_version CONSTANT NUMBER := 1;
2926: l_instr_assignment_id NUMBER := '';
2927:
2928: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
2929:
2930: SUBTYPE l_credit_card_type IS iby_fndcpt_setup_pub.creditcard_rec_type;
2931:
2932: SUBTYPE l_pmtinstrassignment_type IS iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;

Line 2939: l_response iby_fndcpt_common_pub.result_rec_type;

2935:
2936: l_payer l_payer_type;
2937: l_credit_card l_credit_card_type;
2938: l_pmtinstrassignment l_pmtinstrassignment_type;
2939: l_response iby_fndcpt_common_pub.result_rec_type;
2940: l_trxnextension l_trxnextension_type;
2941: BEGIN
2942: -- start debug log
2943: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

Line 3096: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3092: x_return_status => x_return_status,
3093: x_msg_count => x_msg_count,
3094: x_msg_data => x_msg_data,
3095: p_payer => l_payer,
3096: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3097: p_entity_id => p_old_txn_entension_id,
3098: x_response => l_response
3099: );
3100:

Line 3409: iby_fndcpt_common_pub.g_payer_equiv_full

3405: fnd_log.STRING (fnd_log.level_statement,
3406: g_module ||
3407: l_api_name,
3408: '500: p_payer_equivalency : ' ||
3409: iby_fndcpt_common_pub.g_payer_equiv_full
3410: );
3411: fnd_log.STRING (fnd_log.level_statement,
3412: g_module ||
3413: l_api_name,

Line 3434: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3430: x_return_status => x_return_status,
3431: x_msg_count => x_msg_count,
3432: x_msg_data => x_msg_data,
3433: p_payer => l_payer,
3434: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3435: -- FULL
3436: p_pmt_channel => iby_fndcpt_setup_pub.g_channel_credit_card,
3437: -- CREDIT_CARD
3438: p_instr_assignment => l_instr_assignment_id,

Line 3825: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

3821: l_cust_account_id hz_cust_accounts_all.cust_account_id%TYPE;
3822: l_party_id hz_cust_accounts_all.party_id%TYPE;
3823: l_trxn_extension_id oks_k_headers_b.trxn_extension_id%TYPE;
3824:
3825: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
3826:
3827: l_payer l_payer_type;
3828: l_response iby_fndcpt_common_pub.result_rec_type;
3829: BEGIN

Line 3828: l_response iby_fndcpt_common_pub.result_rec_type;

3824:
3825: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
3826:
3827: l_payer l_payer_type;
3828: l_response iby_fndcpt_common_pub.result_rec_type;
3829: BEGIN
3830: -- start debug log
3831: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
3832: fnd_log.STRING (fnd_log.level_procedure,

Line 3930: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3926: x_return_status => x_return_status,
3927: x_msg_count => x_msg_count,
3928: x_msg_data => x_msg_data,
3929: p_payer => l_payer,
3930: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3931: p_entity_id => l_trxn_extension_id,
3932: x_response => l_response
3933: );
3934: