DBA Data[Home] [Help]

APPS.BEN_OPT_BUS dependencies on BEN_UTILITY

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

938: --
939: -- A referential integrity check was violated therefore
940: -- we must error
941: --
942: ben_utility.parent_integrity_error(p_table_name => l_table_name);
943: When Others Then
944: --
945: -- An unhandled or unexpected error has occurred which
946: -- we must report

Line 1080: ben_utility.child_exists_error(p_table_name => l_table_name,

1076: --
1077: -- A referential integrity check was violated therefore
1078: -- we must error
1079: --
1080: ben_utility.child_exists_error(p_table_name => l_table_name,
1081: p_parent_table_name => 'BEN_OPT_F', /* Bug 4057566 */
1082: p_parent_entity_name => p_name); /* Bug 4057566 */
1083: --
1084: When Others Then