DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on PA_COST_PLUS

Line 4176: PA_COST_PLUS.view_indirect_cost (

4172: l_fixed_date := p_expenditure_item_date(i);
4173: END IF;
4174: /**
4175:
4176: PA_COST_PLUS.view_indirect_cost (
4177: transaction_id => p_expenditure_item_id(i),
4178: transaction_type => 'PA',
4179: task_id => p_task_id(i),
4180: effective_date => l_fixed_date,

Line 4218: pa_cost_plus.Get_Mltplr_For_Compiled_Set

4214: /* commented for the bug#2215942, starts here */
4215: /*
4216:
4217: l_compiled_multiplier :=
4218: pa_cost_plus.Get_Mltplr_For_Compiled_Set
4219: (l_compiled_set_id);
4220: l_denom_burdened_cost_amount :=
4221: p_denom_raw_cost_amount(i)* (1+l_compiled_multiplier);
4222: */

Line 4250: PA_COST_PLUS.Get_Burden_Amount1(

4246:
4247:
4248: IF (t_rate_sch_rev_id IS NOT NULL) THEN
4249: l_burden_sch_rev_id := t_rate_sch_rev_id;
4250: PA_COST_PLUS.Get_Burden_Amount1(
4251: p_expenditure_type(i),
4252: p_expnd_organization_id(i),
4253: p_denom_raw_cost_amount(i),
4254: l_burden_calc_amount_l,

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

4268: ( select task_id
4269: from pa_expenditure_items_all
4270: where expenditure_item_id = p_expenditure_item_id(i)
4271: );
4272: /* Get the burden amount from the call to the procedure PA_COST_PLUS.Get_Burden_Amount,
4273: which gets the revision for the given burden schedule, then burden structure,
4274: then cost base from the burden structure corresponding to the expenditure type,
4275: then sum of the compiled multipliers */
4276:

Line 4277: PA_COST_PLUS.Get_Burden_Amount(

4273: which gets the revision for the given burden schedule, then burden structure,
4274: then cost base from the burden structure corresponding to the expenditure type,
4275: then sum of the compiled multipliers */
4276:
4277: PA_COST_PLUS.Get_Burden_Amount(
4278: l_rate_schedule_id(i),
4279: p_expenditure_item_date(i),
4280: p_expenditure_type(i),
4281: p_expnd_organization_id(i),

Line 4720: PA_COST_PLUS.Get_Burden_Amount(

4716: pa_debug.write_file('LOG','Raw Amount IS : '
4717: ||to_char(p_raw_amount(i)));
4718: END IF;
4719:
4720: PA_COST_PLUS.Get_Burden_Amount(
4721: p_burden_schedule_id(i),
4722: l_effective_date,
4723: p_expenditure_type(i),
4724: p_organization_id(i),

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

4742: pa_debug.write_file('LOG','Compilede Set ID : '
4743: ||to_char(x_compiled_set_id(i)));
4744: END IF;
4745: ELSIF l_status < 0 THEN
4746: pa_debug.G_Err_Stage := 'Error in PA_COST_PLUS.Get_Burden_Amount';
4747: -- unhandled exception
4748: raise unexpected_result;
4749: ELSIF l_status > 0 THEN
4750: x_error_code(i) := 'PA_CC_TP_ERROR_BURDEN_RATE';