DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_PGM_F

Line 773: from ben_pgm_f pgm

769:
770: cursor c_pgm_info(c_pgm_id number)
771: is
772: select pgm.name||'('||to_char(pgm.pgm_id)||')'||':' name1
773: from ben_pgm_f pgm
774: where pgm.pgm_id = c_pgm_id
775: and p_effective_date between pgm.effective_start_date
776: and pgm.effective_end_date;
777: cursor c_pl_info(c_pl_id number)