DBA Data[Home] [Help]

APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 4577: l_organization_name hr_all_organization_units.name%TYPE;

4573: lc_job_id number;
4574: l_fin_attribute_id number := 0;
4575: l_organization_id number := 0;
4576: --UTF8 changes for Bug No : 2615261
4577: l_organization_name hr_all_organization_units.name%TYPE;
4578:
4579:
4580: Cursor C_Attribute_Types is
4581: Select name, select_table,

Line 4638: from hr_all_organization_units

4634: where business_group_id = p_business_group_id;
4635:
4636: Cursor C_Pos_Org is
4637: Select name
4638: from hr_all_organization_units
4639: where organization_id = l_organization_id;
4640:
4641: /*For Bug No : 2109120 Start*/
4642: Cursor C_Fte is