DBA Data[Home] [Help]

APPS.BEN_EPZ_UPD dependencies on BEN_ELIG_PSTL_CD_R_RNG_PRTE_F

Line 77: (p_base_table_name => 'ben_elig_pstl_cd_r_rng_prte_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'ben_elig_pstl_cd_r_rng_prte_f',
78: p_base_key_column => 'elig_pstl_cd_r_rng_prte_id',
79: p_base_key_value => p_rec.elig_pstl_cd_r_rng_prte_id);
80: --
81: ben_epz_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the ben_elig_pstl_cd_r_rng_prte_f Row

79: p_base_key_value => p_rec.elig_pstl_cd_r_rng_prte_id);
80: --
81: ben_epz_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_elig_pstl_cd_r_rng_prte_f Row
84: --
85: hr_utility.set_location('********right before the actual update',10);
86: hr_utility.set_location('********pstl zip rng: '||
87: to_char(p_rec.pstl_zip_rng_id),10);

Line 93: update ben_elig_pstl_cd_r_rng_prte_f

89: to_char(p_rec.eligy_prfl_id),10);
90: hr_utility.set_location('********excld_flag : '||
91: p_rec.excld_flag,10);
92:
93: update ben_elig_pstl_cd_r_rng_prte_f
94: set
95: elig_pstl_cd_r_rng_prte_id = p_rec.elig_pstl_cd_r_rng_prte_id,
96: ordr_num = p_rec.ordr_num,
97: excld_flag = p_rec.excld_flag,

Line 514: (p_module_name => 'ben_elig_pstl_cd_r_rng_prte_f'

510: --
511: when hr_api.cannot_find_prog_unit then
512: --
513: hr_api.cannot_find_prog_unit_error
514: (p_module_name => 'ben_elig_pstl_cd_r_rng_prte_f'
515: ,p_hook_type => 'AU');
516: --
517: end;
518: --