DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

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

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