DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIGY_CRIT_VALUES_API

Line 32805: hr_utility.set_location ('BEN_ELIGY_CRIT_VALUES_API.CREATE_ELIGY_CRIT_VALUES ', 20);

32801: --
32802: IF l_first_rec AND NOT l_update
32803: THEN
32804: -- Call Create routine.
32805: hr_utility.set_location ('BEN_ELIGY_CRIT_VALUES_API.CREATE_ELIGY_CRIT_VALUES ', 20);
32806: --
32807: ben_eligy_crit_values_api.create_eligy_crit_values
32808: (
32809: p_validate => FALSE,

Line 32807: ben_eligy_crit_values_api.create_eligy_crit_values

32803: THEN
32804: -- Call Create routine.
32805: hr_utility.set_location ('BEN_ELIGY_CRIT_VALUES_API.CREATE_ELIGY_CRIT_VALUES ', 20);
32806: --
32807: ben_eligy_crit_values_api.create_eligy_crit_values
32808: (
32809: p_validate => FALSE,
32810: p_eligy_crit_values_id => l_eligy_crit_values_id,
32811: p_eligy_prfl_id => l_eligy_prfl_id,

Line 32892: hr_utility.set_location ('BEN_ELIGY_CRIT_VALUES_API.UPDATE_ELIGY_CRIT_VALUES ', 30);

32888: --
32889: -- Call Update routine for the pk_id created in prev run .
32890: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
32891: --
32892: hr_utility.set_location ('BEN_ELIGY_CRIT_VALUES_API.UPDATE_ELIGY_CRIT_VALUES ', 30);
32893: hr_utility.set_location ('Before call to get_dt_modes l_dt_mode' || l_datetrack_mode, 5);
32894: --
32895: IF l_update
32896: THEN

Line 32918: ben_eligy_crit_values_api.update_eligy_crit_values

32914: --
32915: IF l_update OR l_dml_operation <> 'UPDATE'
32916: THEN
32917: --
32918: ben_eligy_crit_values_api.update_eligy_crit_values
32919: (
32920: p_validate => FALSE,
32921: p_eligy_crit_values_id => l_eligy_crit_values_id,
32922: p_eligy_prfl_id => l_eligy_prfl_id,

Line 33004: ben_eligy_crit_values_api.delete_eligy_crit_values

33000: AND TRUNC (l_max_eed) = TRUNC (r_ecv.information3)
33001: )
33002: THEN
33003: --
33004: ben_eligy_crit_values_api.delete_eligy_crit_values
33005: (
33006: p_validate => FALSE,
33007: p_eligy_crit_values_id => l_eligy_crit_values_id,
33008: p_effective_start_date => l_effective_start_date,