DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_COST

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

339: otherwise following the steps given below { */
340:
341: IF ( l_labor_sch_type = 'I' ) THEN
342: -- Calling burden cost API
343: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
344: p_project_id => p_project_id ,
345: p_task_id => p_task_id ,
346: p_item_date => p_item_date ,
347: p_expenditure_type => p_expenditure_type ,

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

358: x_msg_count => x_msg_count ,
359: x_msg_data => x_msg_data);
360:
361: l_rate_currency_code := px_exp_func_curr_code;
362: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted
363: for Org Forecasting */
364:
365: ELSIF (l_labor_sch_type = 'B' ) THEN
366: -- Calling job id conversion procedure from resource

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

1061: changing the p_exp_raw_cost and l_expenditure_currency_code to mcb values -bug 2742778*/
1062:
1063: IF ( l_labor_sch_type = 'I' ) THEN
1064: -- Calling burden cost API. This api will return the revnue so will skip the rest steps
1065: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
1066: p_project_id => p_project_id ,
1067: p_task_id => p_task_id ,
1068: p_item_date => p_item_date ,
1069: p_expenditure_type => p_expenditure_type ,

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

1083: /* l_rate_currency_code := l_expenditure_currency_code; -Commented for bug 2742778 and added the following line */
1084:
1085: l_rate_currency_code := l_mcb_currency_code;
1086:
1087: /* There was a call for PA_COST.get_projfunc_raw_burdened , it has been deleted
1088: for Org Forecasting */
1089:
1090: ELSIF (l_labor_sch_type = 'B' ) THEN
1091:

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

2886: /* As the revenue is generated by applying burden on mcb_raw_cost when non_labor_schd_type is 'Indirect'
2887: changing the exp_raw_cost and exp_func_curr_code to mcb values -bug 2668753*/
2888: IF ( p_non_labor_sch_type = 'I' ) THEN
2889: -- Calling burden cost API
2890: PA_COST.get_burdened_cost(p_project_type => p_project_type ,
2891: p_project_id => p_project_id ,
2892: p_task_id => p_task_id ,
2893: p_item_date => p_expenditure_item_date ,
2894: p_expenditure_type => p_expenditure_type ,