DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on BEN_UTILITY

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

1506: --
1507: -- A referential integrity check was violated therefore
1508: -- we must error
1509: --
1510: ben_utility.child_exists_error(p_table_name => l_table_name,
1511: p_parent_table_name => 'BEN_ELIGY_PRFL_F', /* Bug 4057566 */
1512: p_parent_entity_name => p_name); /* Bug 4057566 */
1513: --
1514: When Others Then

Line 1767: ben_utility.child_exists_error(p_table_name => 'BEN_ELIGY_PRFL_CRITERIA',

1763: -- Bug 4057566
1764: --
1765: -- hr_utility.set_message (801, 'PAY_52681_BHT_CHILD_EXISTS');
1766: -- hr_utility.raise_error;
1767: ben_utility.child_exists_error(p_table_name => 'BEN_ELIGY_PRFL_CRITERIA',
1768: p_parent_table_name => 'BEN_ELIGY_PRFL_F',
1769: p_parent_entity_name => l_elp_name);
1770: --
1771: -- Bug 4057566