DBA Data[Home] [Help]

APPS.PA_INVOICE_DETAIL_PROCESS dependencies on PA_COST_PLUS

Line 2016: /* l_multiplier := PA_COST_PLUS.Get_Mltplr_For_Compiled_Set

2012: Then
2013: IF g1_debug_mode = 'Y' THEN
2014: PA_IC_INV_UTILS.log_message('process_invoice_details: ' || 'Enter.....');
2015: END IF;
2016: /* l_multiplier := PA_COST_PLUS.Get_Mltplr_For_Compiled_Set
2017: ( l_ind_compiled_set_id );
2018: l_amount := (1 + l_multiplier ) * l_amount;
2019: l_denom_transfer_price
2020: := ( 1 + l_multiplier ) * l_denom_transfer_price; Commented for bug 3180315 */

Line 2056: PA_COST_PLUS.Get_Burden_Amount1(

2052: l_status); -- Status (Out)
2053:
2054: IF (t_rate_sch_rev_id IS NOT NULL) THEN
2055: l_burden_sch_rev_id := t_rate_sch_rev_id;
2056: PA_COST_PLUS.Get_Burden_Amount1(
2057: P_Expend_type(I),
2058: P_Expnd_Organization(I),
2059: l_denom_transfer_price,
2060: l_burden_calc_amount_l,

Line 2076: PA_COST_PLUS.Get_Burden_Amount1(

2072: l_Status :=0;
2073: l_burden_calc_amount_l :=0;
2074: l_tp_ind_compiled_set_id_l :=0;
2075:
2076: PA_COST_PLUS.Get_Burden_Amount1(
2077: P_Expend_type(I),
2078: P_Expnd_Organization(I),
2079: l_amount,
2080: l_burden_calc_amount_l,

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

2098: ( select task_id
2099: from pa_expenditure_items_all
2100: where expenditure_item_id = P_EI_id(I)
2101: );
2102: /* Get the burden amount from the call to the procedure PA_COST_PLUS.Get_Burden_Amount,
2103: which gets the revision for the given burden schedule, then burden structure,
2104: then cost base from the burden structure corresponding to the expenditure type,
2105: then sum of the compiled multipliers */
2106:

Line 2107: PA_COST_PLUS.Get_Burden_Amount(

2103: which gets the revision for the given burden schedule, then burden structure,
2104: then cost base from the burden structure corresponding to the expenditure type,
2105: then sum of the compiled multipliers */
2106:
2107: PA_COST_PLUS.Get_Burden_Amount(
2108: l_rate_schedule_id,
2109: to_Date(P_EI_date(I),'YYYY/MM/DD'),/*File.Date.5*/
2110: P_Expend_type(I),
2111: P_Expnd_Organization(I),

Line 2129: PA_COST_PLUS.Get_Burden_Amount(

2125: l_Status :=0;
2126: l_burden_calc_amount_l :=0;
2127: l_tp_ind_compiled_set_id_l :=0;
2128:
2129: PA_COST_PLUS.Get_Burden_Amount(
2130: l_rate_schedule_id,
2131: to_Date(P_EI_date(I),'YYYY/MM/DD'),/*File.date.5*/
2132: P_Expend_type(I),
2133: P_Expnd_Organization(I),