DBA Data[Home] [Help]

APPS.BEN_PRM_BUS dependencies on BEN_UTILITY

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

521: --
522: -- A referential integrity check was violated therefore
523: -- we must error
524: --
525: ben_utility.parent_integrity_error(p_table_name => l_table_name);
526: When Others Then
527: --
528: -- An unhandled or unexpected error has occurred which
529: -- we must report

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

623: --
624: -- A referential integrity check was violated therefore
625: -- we must error
626: --
627: ben_utility.child_exists_error(p_table_name => l_table_name);
628: When Others Then
629: --
630: -- An unhandled or unexpected error has occurred which
631: -- we must report