DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on PER_PAY_PROPOSALS

Line 4432: from per_pay_proposals pay

4428: l_suspend_flag varchar2(10);
4429: --
4430: cursor c_future_sal_inc is
4431: Select 'X'
4432: from per_pay_proposals pay
4433: ,ben_prtt_enrt_rslt_f rslt
4434: ,ben_pl_typ_f tyP
4435: Where rslt.prtt_enrt_rslt_id = p_prtt_enrt_rslt_id
4436: and p_effective_date between rslt.effective_start_date and rslt.effective_end_date