DBA Data[Home] [Help]

APPS.BEN_LNR_BUS dependencies on BEN_UTILITY

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

255: --
256: -- A referential integrity check was violated therefore
257: -- we must error
258: --
259: ben_utility.parent_integrity_error(p_table_name => l_table_name);
260: --
261: When Others Then
262: --
263: -- An unhandled or unexpected error has occurred which

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

358: --
359: -- A referential integrity check was violated therefore
360: -- we must error
361: --
362: ben_utility.child_exists_error(p_table_name => l_table_name);
363: --
364: When Others Then
365: --
366: -- An unhandled or unexpected error has occurred which