DBA Data[Home] [Help]

APPS.ENI_DBI_PCO_LOAD_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 454: (SELECT organization_id from hr_all_organization_units);

450:
451: IF (p_organization_id IS NULL) THEN
452: INSERT INTO eni_dbi_part_count_org_temp
453: (organization_id)
454: (SELECT organization_id from hr_all_organization_units);
455: COMMIT;
456: ELSE
457: INSERT INTO eni_dbi_part_count_org_temp
458: (organization_id) VALUES (p_organization_id);