DBA Data[Home] [Help]

APPS.PER_PERRPADD_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 346: lv_gre_name hr_all_organization_units.name%TYPE;

342: select name
343: from hr_organization_units
344: where organization_id = gre_id;
345:
346: lv_gre_name hr_all_organization_units.name%TYPE;
347:
348: begin
349:
350: if gre_id IS not NULL then

Line 371: lv_business_group hr_all_organization_units.name%TYPE;

367: select name
368: from per_business_groups
369: where business_group_id = business_id;
370:
371: lv_business_group hr_all_organization_units.name%TYPE;
372:
373: begin
374: if business_id IS NOT NULL then
375: open c_business_group;