DBA Data[Home] [Help]

APPS.BEN_EFC_RNDG_CD_UPGRADE dependencies on BEN_BNFT_PRVDR_POOL_F_EFC

Line 128: from ben_bnft_prvdr_pool_f_efc efc

124: ,c_action_id number
125: )
126: is
127: select efc.pgm_uom
128: from ben_bnft_prvdr_pool_f_efc efc
129: where efc.efc_action_id = c_action_id
130: and efc.bnft_prvdr_pool_id = c_bpp_id
131: and efc.effective_start_date = c_esd;
132: --