DBA Data[Home] [Help]

APPS.BEN_CCP_BUS dependencies on BEN_UTILITY

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

426: --
427: -- A referential integrity check was violated therefore
428: -- we must error
429: --
430: ben_utility.parent_integrity_error(p_table_name => l_table_name);
431: --
432: When Others Then
433: --
434: -- An unhandled or unexpected error has occurred which

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

529: --
530: -- A referential integrity check was violated therefore
531: -- we must error
532: --
533: ben_utility.child_exists_error(p_table_name => l_table_name);
534: --
535: When Others Then
536: --
537: -- An unhandled or unexpected error has occurred which