DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on OTA_GENERAL

Line 233: ota_general.check_start_end_dates( p_start_date, p_end_date);

229: Begin
230: --
231: hr_utility.set_location('Entering:'|| v_proc, 5);
232: --
233: ota_general.check_start_end_dates( p_start_date, p_end_date);
234: --
235: hr_utility.set_location(' Leaving:'|| v_proc, 10);
236:
237: Exception