DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on PA_COST_PLUS

Line 4080: PA_COST_PLUS.view_indirect_cost (

4076: l_fixed_date := p_expenditure_item_date(i);
4077: END IF;
4078: /**
4079:
4080: PA_COST_PLUS.view_indirect_cost (
4081: transaction_id => p_expenditure_item_id(i),
4082: transaction_type => 'PA',
4083: task_id => p_task_id(i),
4084: effective_date => l_fixed_date,

Line 4122: pa_cost_plus.Get_Mltplr_For_Compiled_Set

4118: /* commented for the bug#2215942, starts here */
4119: /*
4120:
4121: l_compiled_multiplier :=
4122: pa_cost_plus.Get_Mltplr_For_Compiled_Set
4123: (l_compiled_set_id);
4124: l_denom_burdened_cost_amount :=
4125: p_denom_raw_cost_amount(i)* (1+l_compiled_multiplier);
4126: */

Line 4154: PA_COST_PLUS.Get_Burden_Amount1(

4150:
4151:
4152: IF (t_rate_sch_rev_id IS NOT NULL) THEN
4153: l_burden_sch_rev_id := t_rate_sch_rev_id;
4154: PA_COST_PLUS.Get_Burden_Amount1(
4155: p_expenditure_type(i),
4156: p_expnd_organization_id(i),
4157: p_denom_raw_cost_amount(i),
4158: l_burden_calc_amount_l,

Line 4176: /* Get the burden amount from the call to the procedure PA_COST_PLUS.Get_Burden_Amount,

4172: ( select task_id
4173: from pa_expenditure_items_all
4174: where expenditure_item_id = p_expenditure_item_id(i)
4175: );
4176: /* Get the burden amount from the call to the procedure PA_COST_PLUS.Get_Burden_Amount,
4177: which gets the revision for the given burden schedule, then burden structure,
4178: then cost base from the burden structure corresponding to the expenditure type,
4179: then sum of the compiled multipliers */
4180:

Line 4181: PA_COST_PLUS.Get_Burden_Amount(

4177: which gets the revision for the given burden schedule, then burden structure,
4178: then cost base from the burden structure corresponding to the expenditure type,
4179: then sum of the compiled multipliers */
4180:
4181: PA_COST_PLUS.Get_Burden_Amount(
4182: l_rate_schedule_id(i),
4183: p_expenditure_item_date(i),
4184: p_expenditure_type(i),
4185: p_expnd_organization_id(i),

Line 4624: PA_COST_PLUS.Get_Burden_Amount(

4620: pa_debug.write_file('LOG','Raw Amount IS : '
4621: ||to_char(p_raw_amount(i)));
4622: END IF;
4623:
4624: PA_COST_PLUS.Get_Burden_Amount(
4625: p_burden_schedule_id(i),
4626: l_effective_date,
4627: p_expenditure_type(i),
4628: p_organization_id(i),

Line 4650: pa_debug.G_Err_Stage := 'Error in PA_COST_PLUS.Get_Burden_Amount';

4646: pa_debug.write_file('LOG','Compilede Set ID : '
4647: ||to_char(x_compiled_set_id(i)));
4648: END IF;
4649: ELSIF l_status < 0 THEN
4650: pa_debug.G_Err_Stage := 'Error in PA_COST_PLUS.Get_Burden_Amount';
4651: -- unhandled exception
4652: raise unexpected_result;
4653: ELSIF l_status > 0 THEN
4654: x_error_code(i) := 'PA_CC_TP_ERROR_BURDEN_RATE';