DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 3415: From HR_ALL_ORGANIZATION_UNITS

3411:
3412: Cursor c_training_center
3413: IS
3414: Select null
3415: From HR_ALL_ORGANIZATION_UNITS
3416: Where organization_id = p_training_center_id;
3417:
3418: Begin
3419: hr_utility.set_location('Entering:'||l_proc, 5);