DBA Data[Home] [Help]

APPS.BEN_BPR_BUS dependencies on BEN_UTILITY

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

1487: --
1488: -- A referential integrity check was violated therefore
1489: -- we must error
1490: --
1491: ben_utility.parent_integrity_error(p_table_name => l_table_name);
1492: --
1493: When Others Then
1494: --
1495: -- An unhandled or unexpected error has occurred which

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

1590: --
1591: -- A referential integrity check was violated therefore
1592: -- we must error
1593: --
1594: ben_utility.child_exists_error(p_table_name => l_table_name);
1595: --
1596: When Others Then
1597: --
1598: -- An unhandled or unexpected error has occurred which