DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_BUDGETED_SALARY_PKG

Line 309: l_budgeted_sal := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(

305: || ' - ' || substr(l_position.name,1,40) , 110);
306: --
307: -- Get the Budgeted Salary of the Position for the given start date and end date
308: --
309: l_budgeted_sal := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(
310: P_POSITION_ID => l_position.position_id
311: ,p_budget_entity => 'POSITION'
312: ,p_start_date => l_start_date
313: ,p_end_date => l_end_date

Line 816: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(

812: if p_unit_of_measure = 'MONEY' then
813: --
814: -- Get the Budgeted Salary of the Position for the given start date and end date
815: --
816: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(
817: P_POSITION_ID => l_position.position_id
818: ,p_budget_entity => 'POSITION'
819: ,p_start_date => p_start_date
820: ,p_end_date => p_end_date

Line 998: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours

994: elsif p_unit_of_measure = 'HOURS' then
995: --
996: -- Get the Budgeted hours of the Position for the given start date and end date
997: --
998: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours
999: (P_POSITION_ID => l_position.position_id
1000: ,p_start_date => p_start_date
1001: ,p_end_date => p_end_date
1002: ,p_effective_date => p_effective_date

Line 1803: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(

1799: if p_unit_of_measure = 'MONEY' then
1800: --
1801: -- Get the Budgeted Salary of the Job for the given start date and end date
1802: --
1803: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(
1804: p_job_id => l_job.job_id
1805: ,p_start_date => l_start_date
1806: ,p_end_date => l_end_date
1807: ,p_effective_date => l_effective_date

Line 1933: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours

1929: elsif p_unit_of_measure = 'HOURS' then
1930: --
1931: -- Get the Budgeted hours of the Job for the given start date and end date
1932: --
1933: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours
1934: (p_job_id => l_job.job_id
1935: ,p_start_date => l_start_date
1936: ,p_end_date => l_end_date
1937: ,p_effective_date => l_effective_date

Line 2407: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(

2403: if p_unit_of_measure = 'MONEY' then
2404: --
2405: -- Get the Budgeted Salary of the Grade for the given start date and end date
2406: --
2407: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(
2408: p_grade_id => l_grade.grade_id
2409: ,p_start_date => l_start_date
2410: ,p_end_date => l_end_date
2411: ,p_effective_date => l_effective_date

Line 2535: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours

2531: elsif p_unit_of_measure = 'HOURS' then
2532: --
2533: -- Get the Budgeted hours of the Grade for the given start date and end date
2534: --
2535: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours
2536: (p_grade_id => l_grade.grade_id
2537: ,p_start_date => l_start_date
2538: ,p_end_date => l_end_date
2539: ,p_effective_date => l_effective_date

Line 2910: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(

2906: if p_unit_of_measure = 'MONEY' then
2907: --
2908: -- Get the Budgeted Salary of the organization for the given start date and end date
2909: --
2910: l_budgeted_val := pqh_budgeted_salary_pkg.get_pc_budgeted_salary(
2911: p_organization_id => p_organization_id
2912: ,p_budget_entity => 'ORGANIZATION'
2913: ,p_start_date => p_start_date
2914: ,p_end_date => p_end_date

Line 3028: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours

3024: elsif p_unit_of_measure = 'HOURS' then
3025: --
3026: -- Get the Budgeted hours of the organization for the given start date and end date
3027: --
3028: l_budgeted_val := pqh_budgeted_salary_pkg.get_budgeted_hours
3029: (p_organization_id => p_organization_id
3030: ,p_start_date => p_start_date
3031: ,p_end_date => p_end_date
3032: ,p_effective_date => p_effective_date