DBA Data[Home] [Help]

APPS.BEN_PRC_BUS dependencies on BEN_UTILITY

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

2113: --
2114: -- A referential integrity check was violated therefore
2115: -- we must error
2116: --
2117: ben_utility.parent_integrity_error(p_table_name => l_table_name);
2118: When Others Then
2119: --
2120: -- An unhandled or unexpected error has occurred which
2121: -- we must report

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

2250: Exception
2251: When l_rows_exist Then
2252: --
2253: -- A referential integrity check was violated therefore we must error
2254: ben_utility.child_exists_error(p_table_name => l_table_name);
2255: When Others Then
2256: --
2257: -- An unhandled or unexpected error has occurred which
2258: -- we must report