DBA Data[Home] [Help]

APPS.BEN_EGL_BUS dependencies on BEN_ELIGY_CRIT_VALUES_F

Line 745: -- ben_eligy_crit_values_f table when the user deletes the record in the ben_

741: -- -------------------------------------------------------------------------
742: --
743: -- Description
744: -- This procedure is used to check that eligy criteria do not exist in the
745: -- ben_eligy_crit_values_f table when the user deletes the record in the ben_
746: -- eligy_criteria table.
747: --
748: -- Pre Conditions
749: -- None.

Line 770: from ben_eligy_crit_values_f ecv

766: v_dummy varchar2(1);
767: --
768: cursor chk_eligy_criteria is
769: select null
770: from ben_eligy_crit_values_f ecv
771: where ecv.eligy_criteria_id = p_eligy_criteria_id;
772: begin
773: --
774: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1209: from ben_eligy_crit_values_f ecv

1205: l_api_updating boolean;
1206: --
1207: cursor chk_eligy_criteria is
1208: select null
1209: from ben_eligy_crit_values_f ecv
1210: where ecv.eligy_criteria_id = p_eligy_criteria_id;
1211: --
1212: Begin
1213: hr_utility.set_location('Entering:'||l_proc, 5);