DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on PA_UTILS

Line 1516: l_cross_bg_profile := pa_utils.IsCrossBGProfile_WNPS; /*Added or bug 8398299, using wrapping function to get profile value*/

1512: l_accounting_line_type := 0;
1513: l_cr_code_combination_id := 0;
1514: l_stmt_num := 1;
1515: l_return_status := fnd_api.g_ret_sts_success;
1516: l_cross_bg_profile := pa_utils.IsCrossBGProfile_WNPS; /*Added or bug 8398299, using wrapping function to get profile value*/
1517:
1518: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
1519: if (l_debug = 'Y') then
1520: FND_FILE.PUT_LINE(FND_FILE.LOG,'DEBUG: Reached#: pm_cc_worker_wt');

Line 2732: l_exp_end_date := pa_utils.GetWeekEnding(p_transaction_date);

2728: end;
2729:
2730: l_stmt_num := 20;
2731:
2732: l_exp_end_date := pa_utils.GetWeekEnding(p_transaction_date);
2733:
2734: IF l_exp_end_date is NULL THEN
2735: RAISE CST_FAILED_GET_EXPENDDATE;
2736: END IF;

Line 5751: l_exp_end_date := pa_utils.GetWeekEnding(p_transaction_date);

5747: mo_global.set_policy_context('S',l_operating_unit);
5748: end;
5749:
5750: l_stmt_num := 20;
5751: l_exp_end_date := pa_utils.GetWeekEnding(p_transaction_date);
5752:
5753: IF l_exp_end_date is NULL THEN
5754: RAISE CST_FAILED_GET_EXPENDDATE;
5755: END IF;

Line 7490: l_cross_bg_profile := pa_utils.IsCrossBGProfile_WNPS; /*Added or bug 8398299, using wrapping function to get profile value*/

7486:
7487: l_stmt_num := 1;
7488: l_hook_used := 0;
7489: l_cse_hook_used := 0;
7490: l_cross_bg_profile := pa_utils.IsCrossBGProfile_WNPS; /*Added or bug 8398299, using wrapping function to get profile value*/
7491: l_business_group_name := NULL;
7492:
7493: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
7494: if (l_debug = 'Y') then