DBA Data[Home] [Help]

APPS.BEN_LOP_BUS dependencies on BEN_UTILITY

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

1093: --
1094: -- A referential integrity check was violated therefore
1095: -- we must error
1096: --
1097: ben_utility.parent_integrity_error(p_table_name => l_table_name);
1098: --
1099: When Others Then
1100: --
1101: -- An unhandled or unexpected error has occurred which

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

1204: --
1205: -- A referential integrity check was violated therefore
1206: -- we must error
1207: --
1208: ben_utility.child_exists_error(p_table_name => l_table_name);
1209: --
1210: When Others Then
1211: --
1212: -- An unhandled or unexpected error has occurred which