DBA Data[Home] [Help]

APPS.BEN_EFC_RNDG_CD_UPGRADE dependencies on BEN_BNFT_POOL_RLOVR_RQMT_F_EFC

Line 116: from ben_bnft_pool_rlovr_rqmt_f_efc efc

112: ,c_action_id number
113: )
114: is
115: select nvl(efc.pgm_uom,efc.nip_pl_uom)
116: from ben_bnft_pool_rlovr_rqmt_f_efc efc
117: where efc.efc_action_id = c_action_id
118: and efc.bnft_pool_rlovr_rqmt_id = c_bpr_id
119: and efc.effective_start_date = c_esd;
120: --