DBA Data[Home] [Help]

APPS.BEN_CCM_BUS dependencies on BEN_UTILITY

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

2103: --
2104: -- A referential integrity check was violated therefore
2105: -- we must error
2106: --
2107: ben_utility.parent_integrity_error(p_table_name => l_table_name);
2108: --
2109: When Others Then
2110: --
2111: -- An unhandled or unexpected error has occurred which

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

2241: --
2242: -- A referential integrity check was violated therefore
2243: -- we must error
2244: --
2245: ben_utility.child_exists_error(p_table_name => l_table_name);
2246: --
2247: When Others Then
2248: --
2249: -- An unhandled or unexpected error has occurred which