DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_ORGANIZATION_UNITS

Line 3010: l_from_org_id hr_organization_units.organization_id%type;

3006: l_dum_char varchar2(240);
3007: l_dum_number number;
3008: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;
3009: -- Variables used for Update GRE
3010: l_from_org_id hr_organization_units.organization_id%type;
3011: l_to_org_id hr_organization_units.organization_id%type;
3012: l_result_code varchar2(100);
3013: l_address_data per_addresses%rowtype;
3014: l_hr_user_type varchar2(20);

Line 3011: l_to_org_id hr_organization_units.organization_id%type;

3007: l_dum_number number;
3008: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;
3009: -- Variables used for Update GRE
3010: l_from_org_id hr_organization_units.organization_id%type;
3011: l_to_org_id hr_organization_units.organization_id%type;
3012: l_result_code varchar2(100);
3013: l_address_data per_addresses%rowtype;
3014: l_hr_user_type varchar2(20);
3015: