DBA Data[Home] [Help]

APPS.BEN_DCR_BUS dependencies on BEN_UTILITY

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

844: --
845: -- A referential integrity check was violated therefore
846: -- we must error
847: --
848: ben_utility.parent_integrity_error(p_table_name => l_table_name);
849: --
850: When Others Then
851: --
852: -- An unhandled or unexpected error has occurred which

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

947: --
948: -- A referential integrity check was violated therefore
949: -- we must error
950: --
951: ben_utility.child_exists_error(p_table_name => l_table_name);
952: --
953: When Others Then
954: --
955: -- An unhandled or unexpected error has occurred which