DBA Data[Home] [Help]

APPS.BEN_PLN_BUS dependencies on BEN_UTILITY

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

5040: --
5041: -- A referential integrity check was violated therefore
5042: -- we must error
5043: --
5044: ben_utility.parent_integrity_error(p_table_name => l_table_name);
5045: --
5046: When Others Then
5047: --
5048: -- An unhandled or unexpected error has occurred which

Line 5442: ben_utility.child_exists_error(p_table_name => l_table_name,

5438: --
5439: -- A referential integrity check was violated therefore
5440: -- we must error
5441: --
5442: ben_utility.child_exists_error(p_table_name => l_table_name,
5443: p_parent_table_name => 'BEN_PL_F', /* Bug 4057566 */
5444: p_parent_entity_name => p_name); /* Bug 4057566 */
5445: --
5446: When Others Then