DBA Data[Home] [Help]

APPS.BEN_LDC_BUS dependencies on BEN_UTILITY

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

1214: --
1215: -- A referential integrity check was violated therefore
1216: -- we must error
1217: --
1218: ben_utility.parent_integrity_error(p_table_name => l_table_name);
1219: When Others Then
1220: --
1221: -- An unhandled or unexpected error has occurred which
1222: -- we must report

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

1324: --
1325: -- A referential integrity check was violated therefore
1326: -- we must error
1327: --
1328: ben_utility.child_exists_error(p_table_name => l_table_name);
1329: When Others Then
1330: --
1331: -- An unhandled or unexpected error has occurred which
1332: -- we must report