DBA Data[Home] [Help]

APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on BEN_PGM_F

Line 10815: from ben_pgm_f

10811: --
10812: cursor c_get_pgm_typ(cv_pgm_id in number,
10813: cv_effective_date in date ) is
10814: select pgm_typ_cd
10815: from ben_pgm_f
10816: where pgm_id = cv_pgm_id
10817: and cv_effective_date between effective_start_date
10818: and effective_end_date;
10819: --

Line 10830: l_pgm_rec ben_pgm_f%ROWTYPE;

10826: and effective_end_date;
10827: --
10828: l_package VARCHAR2(80) := g_package || '.derive_rate_and_factors';
10829: --
10830: l_pgm_rec ben_pgm_f%ROWTYPE;
10831: l_ptip_rec ben_ptip_f%ROWTYPE;
10832: l_comp_rec g_cache_structure;
10833: l_oiplip_rec g_cache_structure;
10834: l_curroipl_row ben_cobj_cache.g_oipl_inst_row;