DBA Data[Home] [Help]

APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on BEN_PGM_F

Line 2491: ben_pgm_f pgm

2487: begin
2488: select
2489: name into l_overview_name
2490: from
2491: ben_pgm_f pgm
2492: where
2493: pgm.business_group_id = l_business_group_id
2494: and pgm.pgm_id = p_pgm_id
2495: and l_effective_date between pgm.effective_start_date and pgm.effective_end_date;

Line 2527: ben_pgm_f pgm,

2523: begin
2524: select
2525: pgm.name || ' - ' || ptp.name into l_overview_name
2526: from
2527: ben_pgm_f pgm,
2528: ben_ptip_f ctp,
2529: ben_pl_typ_f ptp
2530: where
2531: ctp.business_group_id = l_business_group_id