DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PL_F

Line 558: update ben_pl_f

554: end if;
555: --
556: If i.pl_id is not null then
557: --
558: update ben_pl_f
559: set drvbl_fctr_apls_rts_flag = 'Y'
560: where pl_id = i.pl_id;
561: --
562: end if;

Line 647: update ben_pl_f

643: End If;
644: --
645: If i.pl_id is not null then
646: --
647: update ben_pl_f
648: set drvbl_fctr_apls_rts_flag = 'N'
649: where pl_id = i.pl_id
650: and drvbl_fctr_apls_rts_flag = 'Y'
651: and not exists (select null