DBA Data[Home] [Help]

APPS.PER_PGT_BUS dependencies on APP_EXCEPTION

Line 268: when app_exception.application_exception then

264: fnd_message.raise_error;
265: End If;
266: --
267: Exception
268: when app_exception.application_exception then
269: -- hierarchy_type requires independent validation,
270: -- catch any app exception raised above and place on stack or re-raise
271: If hr_multi_message.exception_add
272: (p_associated_column1 => 'PER_GEN_HIER_NODE_TYPES.HIERARCHY_TYPE') then

Line 270: -- catch any app exception raised above and place on stack or re-raise

266: --
267: Exception
268: when app_exception.application_exception then
269: -- hierarchy_type requires independent validation,
270: -- catch any app exception raised above and place on stack or re-raise
271: If hr_multi_message.exception_add
272: (p_associated_column1 => 'PER_GEN_HIER_NODE_TYPES.HIERARCHY_TYPE') then
273: raise;
274: End If;

Line 567: when app_exception.application_exception then

563: End If;
564: End If;
565: --
566: Exception
567: when app_exception.application_exception then
568: If hr_multi_message.exception_add
569: (p_associated_column1 => 'PER_GEN_HIER_NODE_TYPES.CHILD_VALUE_SET') then
570: hr_utility.set_location('Leaving:'||l_proc, 40);
571: raise;