DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_LER_CHG_DPNT_CVG_F

Line 55: ,g_ler_chg_dpnt_cvg_cd ben_ler_chg_dpnt_cvg_f.ler_chg_dpnt_cvg_cd%type

51: g_egd_table_temp egd_table;
52: --
53: type upd_epe_egd_rec is record
54: (g_code ben_pl_f.dpnt_dsgn_cd%type
55: ,g_ler_chg_dpnt_cvg_cd ben_ler_chg_dpnt_cvg_f.ler_chg_dpnt_cvg_cd%type
56: ,g_cvg_strt_cd ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_cd%type
57: ,g_process_flag char(1)
58: ,g_cvg_strt_rl ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_rl%type);
59: --

Line 56: ,g_cvg_strt_cd ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_cd%type

52: --
53: type upd_epe_egd_rec is record
54: (g_code ben_pl_f.dpnt_dsgn_cd%type
55: ,g_ler_chg_dpnt_cvg_cd ben_ler_chg_dpnt_cvg_f.ler_chg_dpnt_cvg_cd%type
56: ,g_cvg_strt_cd ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_cd%type
57: ,g_process_flag char(1)
58: ,g_cvg_strt_rl ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_rl%type);
59: --
60: g_upd_epe_egd_rec upd_epe_egd_rec;

Line 58: ,g_cvg_strt_rl ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_rl%type);

54: (g_code ben_pl_f.dpnt_dsgn_cd%type
55: ,g_ler_chg_dpnt_cvg_cd ben_ler_chg_dpnt_cvg_f.ler_chg_dpnt_cvg_cd%type
56: ,g_cvg_strt_cd ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_cd%type
57: ,g_process_flag char(1)
58: ,g_cvg_strt_rl ben_ler_chg_dpnt_cvg_f.cvg_eff_strt_rl%type);
59: --
60: g_upd_epe_egd_rec upd_epe_egd_rec;
61: --
62: g_debug boolean := hr_utility.debug_enabled;