DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PA_COST_PLUS

Line 57: -- pa_cost_plus.get_compiled_set_id

53:
54: -- -----------------------------------------------------------------------------+
55: -- This api provides the compiled set id for the given task, exp item date
56: -- and for the given organiation this is like a wraper api for the
57: -- pa_cost_plus.get_compiled_set_id
58: -- -----------------------------------------------------------------------------+
59:
60: FUNCTION get_fc_compiled_set_id
61: ( p_task_id IN NUMBER

Line 152: print_message('calling pa_cost_plus.get_revision_by_date');

148: END;
149: print_message('Schid['||l_sch_id||']date['||l_sch_date||']');
150:
151: If l_sch_id is NOT NULL then
152: print_message('calling pa_cost_plus.get_revision_by_date');
153:
154: pa_cost_plus.get_revision_by_date
155: (l_sch_id
156: ,l_sch_fixed_date

Line 154: pa_cost_plus.get_revision_by_date

150:
151: If l_sch_id is NOT NULL then
152: print_message('calling pa_cost_plus.get_revision_by_date');
153:
154: pa_cost_plus.get_revision_by_date
155: (l_sch_id
156: ,l_sch_fixed_date
157: ,p_ei_date
158: ,l_rate_sch_rev_id

Line 168: pa_cost_plus.get_cost_plus_structure

164:
165: If l_rate_sch_rev_id is NOT NULL then
166:
167: /* Added these for PAL changes : Burdening enhancements */
168: pa_cost_plus.get_cost_plus_structure
169: (rate_sch_rev_id =>l_rate_sch_rev_id
170: ,cp_structure =>l_cp_structure
171: ,status =>l_status
172: ,stage =>l_stage);

Line 174: pa_cost_plus.get_cost_base

170: ,cp_structure =>l_cp_structure
171: ,status =>l_status
172: ,stage =>l_stage);
173:
174: pa_cost_plus.get_cost_base
175: (exp_type => p_exp_type
176: ,cp_structure => l_cp_structure
177: ,c_base => l_base
178: ,status => l_status

Line 181: pa_cost_plus.get_compiled_set_id

177: ,c_base => l_base
178: ,status => l_status
179: ,stage => l_stage);
180:
181: pa_cost_plus.get_compiled_set_id
182: (l_rate_sch_rev_id,
183: p_org_id,
184: l_base,
185: l_compiled_set_id,

Line 231: -- pa_cost_plus.get_compiled_multipliers

227:
228: -- -----------------------------------------------------------------------------------------+
229: -- This api provides the compiled multipliers for the given task, exp item date,exp type
230: -- and for the given organiation this is like a wraper api for the
231: -- pa_cost_plus.get_compiled_multipliers
232: -- -----------------------------------------------------------------------------------------+
233: FUNCTION get_fc_compiled_multiplier
234: ( p_exp_org_id IN NUMBER,
235: p_task_id IN VARCHAR2,