DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 3395: From HR_ALL_ORGANIZATION_UNITS

3391:
3392: Cursor c_training_center
3393: IS
3394: Select null
3395: From HR_ALL_ORGANIZATION_UNITS
3396: Where organization_id = p_training_center_id;
3397:
3398: Begin
3399: hr_utility.set_location('Entering:'||l_proc, 5);