DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on PA_COST_PLUS

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

1746: End If;
1747: END Get_Non_Labor_raw_cost;
1748:
1749: /* This is a wrapper api to derive compiled set id and burden multiplier
1750: * Which in turn makes calls to pa_cost_plus package
1751: * p_calling_mode IN required for PLAN_RATES
1752: * p_burden_schedule_id IN required for PLAN_RATES
1753: */
1754: PROCEDURE Get_burden_sch_details

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

1839: print_msg(l_debug_flag,l_stage);
1840:
1841: If ( l_schedule_type is NOT NULL and check_proj_burdened (p_project_type ,p_project_id ) = 'Y') Then
1842: --call the api to get the schedule info
1843: l_stage := 'Calling pa_cost_plus.find_rate_sch_rev_id to get sch Id and RevId';
1844: print_msg(l_debug_flag,l_stage);
1845: If l_schedule_type = 'COST' Then
1846: l_schedule_type := 'C';
1847: Elsif l_schedule_type = 'REVENUE' Then

Line 1873: pa_cost_plus.find_rate_sch_rev_id

1869: );
1870:
1871: ELSE -- get details for the given task
1872:
1873: pa_cost_plus.find_rate_sch_rev_id
1874: (l_exp_item_id --transaction_id
1875: ,l_trxn_type --transaction_type
1876: ,l_task_id --t_id
1877: ,l_schedule_type --schedule_type

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

1915:
1916: End If;
1917:
1918: If l_sch_revision_id is NOT NULL Then
1919: l_stage := 'Calling pa_cost_plus.get_cost_plus_structure api';
1920: print_msg(l_debug_flag,l_stage);
1921: pa_cost_plus.get_cost_plus_structure
1922: (l_sch_revision_id
1923: ,l_cost_plus_structure

Line 1921: pa_cost_plus.get_cost_plus_structure

1917:
1918: If l_sch_revision_id is NOT NULL Then
1919: l_stage := 'Calling pa_cost_plus.get_cost_plus_structure api';
1920: print_msg(l_debug_flag,l_stage);
1921: pa_cost_plus.get_cost_plus_structure
1922: (l_sch_revision_id
1923: ,l_cost_plus_structure
1924: ,l_status
1925: ,l_error_msg_code );

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

1931: End If;
1932: End If;
1933:
1934: If l_cost_plus_structure is NOT NULL Then
1935: l_stage := 'Calling pa_cost_plus.get_cost_base api';
1936: print_msg(l_debug_flag,l_stage);
1937: pa_cost_plus.get_cost_base
1938: (l_expenditure_type
1939: ,l_cost_plus_structure

Line 1937: pa_cost_plus.get_cost_base

1933:
1934: If l_cost_plus_structure is NOT NULL Then
1935: l_stage := 'Calling pa_cost_plus.get_cost_base api';
1936: print_msg(l_debug_flag,l_stage);
1937: pa_cost_plus.get_cost_base
1938: (l_expenditure_type
1939: ,l_cost_plus_structure
1940: ,l_cost_base
1941: ,l_status

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

1972: l_stage := l_stage||']msgData['||l_error_msg_code||']OverideOrg['||l_overide_organization_id||']' ;
1973: print_msg(l_debug_flag,l_stage);
1974: End If;
1975: **/
1976: l_stage := 'Calling pa_cost_plus.get_compiled_set_id api';
1977: print_msg(l_debug_flag,l_stage);
1978: pa_cost_plus.get_compiled_set_id
1979: (l_sch_revision_id
1980: ,NVL(l_overide_organization_id,l_exp_organization_id)

Line 1978: pa_cost_plus.get_compiled_set_id

1974: End If;
1975: **/
1976: l_stage := 'Calling pa_cost_plus.get_compiled_set_id api';
1977: print_msg(l_debug_flag,l_stage);
1978: pa_cost_plus.get_compiled_set_id
1979: (l_sch_revision_id
1980: ,NVL(l_overide_organization_id,l_exp_organization_id)
1981: ,l_cost_base
1982: ,l_compiled_set_id

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

1990: End If;
1991: End If;
1992:
1993: IF l_compiled_set_id is NOT NULL Then
1994: l_stage := 'Calling pa_cost_plus.get_compiled_multiplier api';
1995: print_msg(l_debug_flag,l_stage);
1996: pa_cost_plus.get_compiled_multiplier
1997: (NVL(l_overide_organization_id,l_exp_organization_id)
1998: ,l_cost_base

Line 1996: pa_cost_plus.get_compiled_multiplier

1992:
1993: IF l_compiled_set_id is NOT NULL Then
1994: l_stage := 'Calling pa_cost_plus.get_compiled_multiplier api';
1995: print_msg(l_debug_flag,l_stage);
1996: pa_cost_plus.get_compiled_multiplier
1997: (NVL(l_overide_organization_id,l_exp_organization_id)
1998: ,l_cost_base
1999: ,l_sch_revision_id
2000: ,l_burden_multiplier