DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PL_F

Line 546: update ben_pl_f

542: end if;
543: --
544: If i.pl_id is not null then
545: --
546: update ben_pl_f
547: set drvbl_fctr_apls_rts_flag = 'Y'
548: where pl_id = i.pl_id;
549: --
550: end if;

Line 635: update ben_pl_f

631: End If;
632: --
633: If i.pl_id is not null then
634: --
635: update ben_pl_f
636: set drvbl_fctr_apls_rts_flag = 'N'
637: where pl_id = i.pl_id
638: and drvbl_fctr_apls_rts_flag = 'Y'
639: and not exists (select null