DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 638: From HR_ALL_ORGANIZATION_UNITS

634:
635: Cursor c_training_center
636: IS
637: Select null
638: From HR_ALL_ORGANIZATION_UNITS
639: Where organization_id = p_training_center_id;
640:
641: Begin
642: hr_utility.set_location('Entering:'||l_proc, 5);