DBA Data[Home] [Help]

APPS.BEN_PON_BUS dependencies on BEN_UTILITY

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

301: --
302: -- A referential integrity check was violated therefore
303: -- we must error
304: --
305: ben_utility.parent_integrity_error(p_table_name => l_table_name);
306: --
307: When Others Then
308: --
309: -- An unhandled or unexpected error has occurred which

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

422: --
423: -- A referential integrity check was violated therefore
424: -- we must error
425: --
426: ben_utility.child_exists_error(p_table_name => l_table_name);
427: --
428: When Others Then
429: --
430: -- An unhandled or unexpected error has occurred which