DBA Data[Home] [Help]

APPS.BEN_LRC_BUS dependencies on BEN_UTILITY

Line 373: ben_utility.parent_integrity_error(p_table_name => l_table_name);

369: --
370: -- A referential integrity check was violated therefore
371: -- we must error
372: --
373: ben_utility.parent_integrity_error(p_table_name => l_table_name);
374: When Others Then
375: --
376: -- An unhandled or unexpected error has occurred which
377: -- we must report

Line 475: ben_utility.child_exists_error(p_table_name => l_table_name);

471: --
472: -- A referential integrity check was violated therefore
473: -- we must error
474: --
475: ben_utility.child_exists_error(p_table_name => l_table_name);
476: When Others Then
477: --
478: -- An unhandled or unexpected error has occurred which
479: -- we must report