DBA Data[Home] [Help]

APPS.BEN_LPR_BUS dependencies on BEN_UTILITY

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

1084: --
1085: -- A referential integrity check was violated therefore
1086: -- we must error
1087: --
1088: ben_utility.parent_integrity_error(p_table_name => l_table_name);
1089: When Others Then
1090: --
1091: -- An unhandled or unexpected error has occurred which
1092: -- we must report

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

1194: --
1195: -- A referential integrity check was violated therefore
1196: -- we must error
1197: --
1198: ben_utility.child_exists_error(p_table_name => l_table_name);
1199: When Others Then
1200: --
1201: -- An unhandled or unexpected error has occurred which
1202: -- we must report