DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on PV_REFERRAL_COMP_PUB

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

2623: IF l_net_accrual_offers.custom_setup_id = 105
2624: THEN
2625: --
2626: IF G_DEBUG_LOW THEN
2627: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
2628: END IF;
2629: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
2630: p_init_msg_list => FND_API.g_true,
2631: p_commit => FND_API.g_false,

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

2625: --
2626: IF G_DEBUG_LOW THEN
2627: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
2628: END IF;
2629: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
2630: p_init_msg_list => FND_API.g_true,
2631: p_commit => FND_API.g_false,
2632: p_validation_level => FND_API.g_valid_level_full,
2633: p_order_header_id => l_order_line_tbl(i).header_id,

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

2638: x_return_status => l_return_status,
2639: x_msg_count => l_msg_count,
2640: x_msg_data => l_msg_data);
2641: IF G_DEBUG_LOW THEN
2642: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: '||l_return_status);
2643: ozf_utility_pvt.write_conc_log('l_benificiary_id / l_referral_id: '||l_beneficiary_id || ' / ' || l_referral_id);
2644: END IF;
2645:
2646: IF l_return_status = Fnd_Api.g_ret_sts_error

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

2673: END IF;
2674: --
2675: ELSE
2676: --
2677: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');
2678: --
2679: END IF;
2680: --
2681: l_utilization_type := 'LEAD_ACCRUAL';

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

3551: --
3552: IF l_net_accrual_offers.custom_setup_id = 105
3553: THEN
3554: --
3555: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
3556: p_init_msg_list => FND_API.g_false,
3557: p_commit => FND_API.g_false,
3558: p_validation_level => FND_API.g_valid_level_full,
3559: p_order_header_id => l_return_line_tbl(i).header_id,

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

4342: IF l_net_accrual_offers.custom_setup_id = 105
4343: THEN
4344: --
4345: IF G_DEBUG_LOW THEN
4346: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
4347: END IF;
4348: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
4349: p_init_msg_list => FND_API.g_true,
4350: p_commit => FND_API.g_false,

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

4344: --
4345: IF G_DEBUG_LOW THEN
4346: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (+)');
4347: END IF;
4348: pv_referral_comp_pub.get_beneficiary (p_api_version => 1.0,
4349: p_init_msg_list => FND_API.g_true,
4350: p_commit => FND_API.g_false,
4351: p_validation_level => FND_API.g_valid_level_full,
4352: p_order_header_id => l_idsm_line_tbl(i).header_id,

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

4357: x_return_status => l_return_status,
4358: x_msg_count => l_msg_count,
4359: x_msg_data => l_msg_data);
4360: IF G_DEBUG_LOW THEN
4361: ozf_utility_pvt.write_conc_log('Pv_Referral_Comp_Pub.Get_Beneficiary (-) With Status: ' || l_return_status);
4362: ozf_utility_pvt.write_conc_log('l_benificiary_id / l_referral_id: ' || l_beneficiary_id || ' / ' || l_referral_id);
4363: END IF;
4364:
4365: IF l_return_status = Fnd_Api.g_ret_sts_error

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

4392: END IF;
4393: --
4394: ELSE
4395: --
4396: ozf_utility_pvt.write_conc_log('No Beneficiary derived from PV_Referral_Comp_Pub. Utilization will not be created');
4397: --
4398: END IF;
4399: --
4400: l_utilization_type := 'LEAD_ACCRUAL';