DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on BEN_UTILITY

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

1531: --
1532: -- A referential integrity check was violated therefore
1533: -- we must error
1534: --
1535: ben_utility.child_exists_error(p_table_name => l_table_name,
1536: p_parent_table_name => 'BEN_ELIGY_PRFL_F', /* Bug 4057566 */
1537: p_parent_entity_name => p_name); /* Bug 4057566 */
1538: --
1539: When Others Then

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

1788: -- Bug 4057566
1789: --
1790: -- hr_utility.set_message (801, 'PAY_52681_BHT_CHILD_EXISTS');
1791: -- hr_utility.raise_error;
1792: ben_utility.child_exists_error(p_table_name => 'BEN_ELIGY_PRFL_CRITERIA',
1793: p_parent_table_name => 'BEN_ELIGY_PRFL_F',
1794: p_parent_entity_name => l_elp_name);
1795: --
1796: -- Bug 4057566