DBA Data[Home] [Help]

APPS.BEN_CCT_BUS dependencies on BEN_UTILITY

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

935: --
936: -- A referential integrity check was violated therefore
937: -- we must error
938: --
939: ben_utility.parent_integrity_error(p_table_name => l_table_name);
940: When Others Then
941: --
942: -- An unhandled or unexpected error has occurred which
943: -- we must report

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

1074: --
1075: -- A referential integrity check was violated therefore
1076: -- we must error
1077: --
1078: ben_utility.child_exists_error(p_table_name => l_table_name);
1079: When Others Then
1080: --
1081: -- An unhandled or unexpected error has occurred which
1082: -- we must report