DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_COST

Line 352: PA_COST.get_burdened_cost(p_project_type => p_project_type ,

348: otherwise following the steps given below { */
349:
350: IF ( l_labor_sch_type = 'I' ) THEN
351: -- Calling burden cost API
352: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
353: p_project_id => p_project_id ,
354: p_task_id => p_task_id ,
355: p_item_date => p_item_date ,
356: p_expenditure_type => p_expenditure_type ,

Line 371: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted

367: x_msg_count => x_msg_count ,
368: x_msg_data => x_msg_data);
369:
370: l_rate_currency_code := px_exp_func_curr_code;
371: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted
372: for Org Forecasting */
373:
374: ELSIF (l_labor_sch_type = 'B' ) THEN
375: -- Calling job id conversion procedure from resource

Line 1084: PA_COST.get_burdened_cost(p_project_type => p_project_type ,

1080: changing the p_exp_raw_cost and l_expenditure_currency_code to mcb values -bug 2742778*/
1081:
1082: IF ( l_labor_sch_type = 'I' ) THEN
1083: -- Calling burden cost API. This api will return the revnue so will skip the rest steps
1084: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
1085: p_project_id => p_project_id ,
1086: p_task_id => p_task_id ,
1087: p_item_date => p_item_date ,
1088: p_expenditure_type => p_expenditure_type ,

Line 1106: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted

1102: /* l_rate_currency_code := l_expenditure_currency_code; -Commented for bug 2742778 and added the following line */
1103:
1104: l_rate_currency_code := l_mcb_currency_code;
1105:
1106: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted
1107: for Org Forecasting */
1108:
1109: ELSIF (l_labor_sch_type = 'B' ) THEN
1110:

Line 2916: PA_COST.get_burdened_cost(p_project_type => p_project_type ,

2912: l_quantity := l_mcb_raw_cost;
2913: END IF;
2914:
2915: -- Calling burden cost API
2916: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
2917: p_project_id => p_project_id ,
2918: p_task_id => p_task_id ,
2919: p_item_date => p_expenditure_item_date ,
2920: p_expenditure_type => p_expenditure_type ,