DBA Data[Home] [Help]

APPS.BEN_EFC_RNDG_CD_UPGRADE dependencies on BEN_ACTL_PREM_F_EFC

Line 92: from ben_actl_prem_f_efc efc

88: ,c_action_id number
89: )
90: is
91: select efc.uom
92: from ben_actl_prem_f_efc efc
93: where efc.efc_action_id = c_action_id
94: and efc.actl_prem_id = c_apr_id
95: and efc.effective_start_date = c_esd;
96: --