DBA Data[Home] [Help]

APPS.PER_VACANCIES_PKG dependencies on HR_ALL_POSITIONS_F

Line 1559: from hr_all_positions_f

1555:
1556: --get the business_group_id
1557: cursor c_bus_grp_id(p_position_id number) is
1558: select business_group_id
1559: from hr_all_positions_f
1560: where position_id = p_position_id;
1561:
1562: --get the budget_id and budget_unit_id
1563: cursor c_budget_id(p_business_group_id number) is