DBA Data[Home] [Help]

APPS.PAY_TDU_BUS dependencies on APP_EXCEPTION

Line 149: when app_exception.application_exception then

145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146:
147: exception
148:
149: when app_exception.application_exception then
150: if hr_multi_message.exception_add
151: (p_associated_column1 => 'PAY_TIME_DEF_USAGES.TIME_DEFINITION_ID') then
152: raise;
153: end if;

Line 268: when app_exception.application_exception then

264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265:
266: exception
267:
268: when app_exception.application_exception then
269: if hr_multi_message.exception_add
270: (p_associated_column1 => 'PAY_TIME_DEF_USAGES.USAGE_TYPE') then
271: raise;
272: end if;