DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUE_API dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 588: not (hr_startup_data_api_support.g_startup_mode IN ('STARTUP')) then

584: -- Validation in addition to Row Handlers
585: --
586: -- bug 10119731 finding this error loading seed data so supress in startup mode
587: if P_DATETRACK_DELETE_MODE = 'DELETE' and
588: not (hr_startup_data_api_support.g_startup_mode IN ('STARTUP')) then
589: hr_utility.set_message(801,'HR_7098_INPVAL_NO_CHANGES');
590: hr_utility.raise_error;
591: end if;
592: