DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_REFERRAL_COMP_PUB

Line 2062: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');

2058: IF l_net_accrual_offers.custom_setup_id = 105
2059: THEN
2060: --
2061: IF G_DEBUG_LOW THEN
2062: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
2063: END IF;
2064: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
2065: p_init_msg_list => FND_API.g_true,
2066: p_commit => FND_API.g_false,

Line 2064: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,

2060: --
2061: IF G_DEBUG_LOW THEN
2062: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
2063: END IF;
2064: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
2065: p_init_msg_list => FND_API.g_true,
2066: p_commit => FND_API.g_false,
2067: p_validation_level => FND_API.g_valid_level_full,
2068: p_order_header_id => l_order_line_tbl(i).header_id,

Line 2077: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: '||l_return_status);

2073: x_return_status => l_return_status,
2074: x_msg_count => l_msg_count,
2075: x_msg_data => l_msg_data);
2076: IF G_DEBUG_LOW THEN
2077: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: '||l_return_status);
2078: ozf_utility_pvt.write_conc_log('l_benificiary_id / l_referral_id: '||l_beneficiary_id || ' / ' || l_referral_id);
2079: END IF;
2080:
2081: IF l_return_status = Fnd_Api.g_ret_sts_error

Line 2112: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');

2108: END IF;
2109: --
2110: ELSE
2111: --
2112: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');
2113: --
2114: END IF;
2115: --
2116: l_utilization_type := 'LEAD_ACCRUAL';

Line 2778: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,

2774: --
2775: IF l_net_accrual_offers.custom_setup_id = 105
2776: THEN
2777: --
2778: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
2779: p_init_msg_list => FND_API.g_false,
2780: p_commit => FND_API.g_false,
2781: p_validation_level => FND_API.g_valid_level_full,
2782: p_order_header_id => l_return_line_tbl(i).header_id,

Line 3225: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');

3221: IF l_net_accrual_offers.custom_setup_id = 105
3222: THEN
3223: --
3224: IF G_DEBUG_LOW THEN
3225: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
3226: END IF;
3227: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
3228: p_init_msg_list => FND_API.g_true,
3229: p_commit => FND_API.g_false,

Line 3227: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,

3223: --
3224: IF G_DEBUG_LOW THEN
3225: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
3226: END IF;
3227: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
3228: p_init_msg_list => FND_API.g_true,
3229: p_commit => FND_API.g_false,
3230: p_validation_level => FND_API.g_valid_level_full,
3231: p_order_header_id => l_idsm_line_tbl(i).header_id,

Line 3240: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: ' || l_return_status);

3236: x_return_status => l_return_status,
3237: x_msg_count => l_msg_count,
3238: x_msg_data => l_msg_data);
3239: IF G_DEBUG_LOW THEN
3240: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: ' || l_return_status);
3241: ozf_utility_pvt.write_conc_log('l_benificiary_id / l_referral_id: ' || l_beneficiary_id || ' / ' || l_referral_id);
3242: END IF;
3243:
3244: IF l_return_status = Fnd_Api.g_ret_sts_error

Line 3275: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');

3271: END IF;
3272: --
3273: ELSE
3274: --
3275: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');
3276: --
3277: END IF;
3278: --
3279: l_utilization_type := 'LEAD_ACCRUAL';