DBA Data[Home] [Help]

APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on IBY_FNDCPT_COMMON_PUB

Line 1845: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

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

Line 1848: l_response iby_fndcpt_common_pub.result_rec_type;

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

Line 2976: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

2972: := 'process_credit_card';
2973: l_api_version CONSTANT NUMBER := 1;
2974: l_instr_assignment_id NUMBER := '';
2975:
2976: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
2977:
2978: SUBTYPE l_credit_card_type IS iby_fndcpt_setup_pub.creditcard_rec_type;
2979:
2980: SUBTYPE l_pmtinstrassignment_type IS iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;

Line 2987: l_response iby_fndcpt_common_pub.result_rec_type;

2983:
2984: l_payer l_payer_type;
2985: l_credit_card l_credit_card_type;
2986: l_pmtinstrassignment l_pmtinstrassignment_type;
2987: l_response iby_fndcpt_common_pub.result_rec_type;
2988: l_trxnextension l_trxnextension_type;
2989: BEGIN
2990: -- start debug log
2991: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

Line 3144: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3140: x_return_status => x_return_status,
3141: x_msg_count => x_msg_count,
3142: x_msg_data => x_msg_data,
3143: p_payer => l_payer,
3144: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3145: p_entity_id => p_old_txn_entension_id,
3146: x_response => l_response
3147: );
3148:

Line 3457: iby_fndcpt_common_pub.g_payer_equiv_full

3453: fnd_log.STRING (fnd_log.level_statement,
3454: g_module ||
3455: l_api_name,
3456: '500: p_payer_equivalency : ' ||
3457: iby_fndcpt_common_pub.g_payer_equiv_full
3458: );
3459: fnd_log.STRING (fnd_log.level_statement,
3460: g_module ||
3461: l_api_name,

Line 3482: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3478: x_return_status => x_return_status,
3479: x_msg_count => x_msg_count,
3480: x_msg_data => x_msg_data,
3481: p_payer => l_payer,
3482: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3483: -- FULL
3484: p_pmt_channel => iby_fndcpt_setup_pub.g_channel_credit_card,
3485: -- CREDIT_CARD
3486: p_instr_assignment => l_instr_assignment_id,

Line 3873: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;

3869: l_cust_account_id hz_cust_accounts_all.cust_account_id%TYPE;
3870: l_party_id hz_cust_accounts_all.party_id%TYPE;
3871: l_trxn_extension_id oks_k_headers_b.trxn_extension_id%TYPE;
3872:
3873: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
3874:
3875: l_payer l_payer_type;
3876: l_response iby_fndcpt_common_pub.result_rec_type;
3877: BEGIN

Line 3876: l_response iby_fndcpt_common_pub.result_rec_type;

3872:
3873: SUBTYPE l_payer_type IS iby_fndcpt_common_pub.payercontext_rec_type;
3874:
3875: l_payer l_payer_type;
3876: l_response iby_fndcpt_common_pub.result_rec_type;
3877: BEGIN
3878: -- start debug log
3879: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
3880: fnd_log.STRING (fnd_log.level_procedure,

Line 3978: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,

3974: x_return_status => x_return_status,
3975: x_msg_count => x_msg_count,
3976: x_msg_data => x_msg_data,
3977: p_payer => l_payer,
3978: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_full,
3979: p_entity_id => l_trxn_extension_id,
3980: x_response => l_response
3981: );
3982: