DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PLIP_F

Line 566: update ben_plip_f

562: end if;
563: --
564: If i.plip_id is not null then
565: --
566: update ben_plip_f
567: set drvbl_fctr_apls_rts_flag = 'Y'
568: where plip_id = i.plip_id;
569: --
570: end if;

Line 782: update ben_plip_f

778: End If;
779: --
780: If i.plip_id is not null then
781: --
782: update ben_plip_f
783: set drvbl_fctr_apls_rts_flag = 'N'
784: where plip_id = i.plip_id
785: and drvbl_fctr_apls_rts_flag = 'Y'
786: and not exists (select null