DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2361: l_business_group_id hr_all_organization_units.Business_group_id%TYPE := hr_general.get_business_group_id;

2357: l_position_commitment number := 0;
2358: l_position_total number := 0;
2359:
2360: -- Following two Variable Declerations done by vevenkat for bug 2628563
2361: l_business_group_id hr_all_organization_units.Business_group_id%TYPE := hr_general.get_business_group_id;
2362: l_effective_date Date := hr_general.effective_date;
2363: --
2364:
2365: l_proc varchar2(72) := g_package||'get_pos_actual_and_cmmtmnt';