DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_ORGANIZATION_UNITS

Line 3214: l_from_org_id hr_organization_units.organization_id%type;

3210: l_dum_char varchar2(240);
3211: l_dum_number number;
3212: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;
3213: -- Variables used for Update GRE
3214: l_from_org_id hr_organization_units.organization_id%type;
3215: l_to_org_id hr_organization_units.organization_id%type;
3216: l_result_code varchar2(100);
3217: l_address_data per_addresses%rowtype;
3218: l_hr_user_type varchar2(20);

Line 3215: l_to_org_id hr_organization_units.organization_id%type;

3211: l_dum_number number;
3212: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;
3213: -- Variables used for Update GRE
3214: l_from_org_id hr_organization_units.organization_id%type;
3215: l_to_org_id hr_organization_units.organization_id%type;
3216: l_result_code varchar2(100);
3217: l_address_data per_addresses%rowtype;
3218: l_hr_user_type varchar2(20);
3219: