DBA Data[Home] [Help]

APPS.BEN_EFC_RNDG_CD_UPGRADE dependencies on BEN_CVG_AMT_CALC_MTHD_F_EFC

Line 150: from ben_cvg_amt_calc_mthd_f_efc efc

146: ,c_action_id number
147: )
148: is
149: select nvl(efc.pgm_uom,efc.nip_pl_uom)
150: from ben_cvg_amt_calc_mthd_f_efc efc
151: where efc.efc_action_id = c_action_id
152: and efc.cvg_amt_calc_mthd_id = c_ccm_id
153: and efc.effective_start_date = c_esd;
154: --