DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on PA_COST_PLUS

Line 2062: * Which in turn makes calls to pa_cost_plus package

2058: End If;
2059: END Get_Non_Labor_raw_cost;
2060:
2061: /* This is a wrapper api to derive compiled set id and burden multiplier
2062: * Which in turn makes calls to pa_cost_plus package
2063: * p_calling_mode IN required for PLAN_RATES
2064: * p_burden_schedule_id IN required for PLAN_RATES
2065: */
2066: PROCEDURE Get_burden_sch_details

Line 2155: l_stage := 'Calling pa_cost_plus.find_rate_sch_rev_id to get sch Id and RevId';

2151: print_msg(l_debug_flag,l_stage);
2152:
2153: If ( l_schedule_type is NOT NULL and check_proj_burdened (p_project_type ,p_project_id ) = 'Y') Then
2154: --call the api to get the schedule info
2155: l_stage := 'Calling pa_cost_plus.find_rate_sch_rev_id to get sch Id and RevId';
2156: print_msg(l_debug_flag,l_stage);
2157: If l_schedule_type = 'COST' Then
2158: l_schedule_type := 'C';
2159: Elsif l_schedule_type = 'REVENUE' Then

Line 2185: pa_cost_plus.find_rate_sch_rev_id

2181: );
2182:
2183: ELSE -- get details for the given task
2184:
2185: pa_cost_plus.find_rate_sch_rev_id
2186: (l_exp_item_id --transaction_id
2187: ,l_trxn_type --transaction_type
2188: ,l_task_id --t_id
2189: ,l_schedule_type --schedule_type

Line 2231: l_stage := 'Calling pa_cost_plus.get_cost_plus_structure api';

2227:
2228: End If;
2229:
2230: If l_sch_revision_id is NOT NULL Then
2231: l_stage := 'Calling pa_cost_plus.get_cost_plus_structure api';
2232: print_msg(l_debug_flag,l_stage);
2233: pa_cost_plus.get_cost_plus_structure
2234: (l_sch_revision_id
2235: ,l_cost_plus_structure

Line 2233: pa_cost_plus.get_cost_plus_structure

2229:
2230: If l_sch_revision_id is NOT NULL Then
2231: l_stage := 'Calling pa_cost_plus.get_cost_plus_structure api';
2232: print_msg(l_debug_flag,l_stage);
2233: pa_cost_plus.get_cost_plus_structure
2234: (l_sch_revision_id
2235: ,l_cost_plus_structure
2236: ,l_status
2237: ,l_error_msg_code );

Line 2247: l_stage := 'Calling pa_cost_plus.get_cost_base api';

2243: End If;
2244: End If;
2245:
2246: If l_cost_plus_structure is NOT NULL Then
2247: l_stage := 'Calling pa_cost_plus.get_cost_base api';
2248: print_msg(l_debug_flag,l_stage);
2249: pa_cost_plus.get_cost_base
2250: (l_expenditure_type
2251: ,l_cost_plus_structure

Line 2249: pa_cost_plus.get_cost_base

2245:
2246: If l_cost_plus_structure is NOT NULL Then
2247: l_stage := 'Calling pa_cost_plus.get_cost_base api';
2248: print_msg(l_debug_flag,l_stage);
2249: pa_cost_plus.get_cost_base
2250: (l_expenditure_type
2251: ,l_cost_plus_structure
2252: ,l_cost_base
2253: ,l_status

Line 2288: l_stage := 'Calling pa_cost_plus.get_compiled_set_id api';

2284: l_stage := l_stage||']msgData['||l_error_msg_code||']OverideOrg['||l_overide_organization_id||']' ;
2285: print_msg(l_debug_flag,l_stage);
2286: End If;
2287: **/
2288: l_stage := 'Calling pa_cost_plus.get_compiled_set_id api';
2289: print_msg(l_debug_flag,l_stage);
2290: pa_cost_plus.get_compiled_set_id
2291: (l_sch_revision_id
2292: ,NVL(l_overide_organization_id,l_exp_organization_id)

Line 2290: pa_cost_plus.get_compiled_set_id

2286: End If;
2287: **/
2288: l_stage := 'Calling pa_cost_plus.get_compiled_set_id api';
2289: print_msg(l_debug_flag,l_stage);
2290: pa_cost_plus.get_compiled_set_id
2291: (l_sch_revision_id
2292: ,NVL(l_overide_organization_id,l_exp_organization_id)
2293: ,l_cost_base
2294: ,l_compiled_set_id

Line 2306: l_stage := 'Calling pa_cost_plus.get_compiled_multiplier api';

2302: End If;
2303: End If;
2304:
2305: IF l_compiled_set_id is NOT NULL Then
2306: l_stage := 'Calling pa_cost_plus.get_compiled_multiplier api';
2307: print_msg(l_debug_flag,l_stage);
2308: pa_cost_plus.get_compiled_multiplier
2309: (NVL(l_overide_organization_id,l_exp_organization_id)
2310: ,l_cost_base

Line 2308: pa_cost_plus.get_compiled_multiplier

2304:
2305: IF l_compiled_set_id is NOT NULL Then
2306: l_stage := 'Calling pa_cost_plus.get_compiled_multiplier api';
2307: print_msg(l_debug_flag,l_stage);
2308: pa_cost_plus.get_compiled_multiplier
2309: (NVL(l_overide_organization_id,l_exp_organization_id)
2310: ,l_cost_base
2311: ,l_sch_revision_id
2312: ,l_burden_multiplier