DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PLIP_F

Line 554: update ben_plip_f

550: end if;
551: --
552: If i.plip_id is not null then
553: --
554: update ben_plip_f
555: set drvbl_fctr_apls_rts_flag = 'Y'
556: where plip_id = i.plip_id;
557: --
558: end if;

Line 770: update ben_plip_f

766: End If;
767: --
768: If i.plip_id is not null then
769: --
770: update ben_plip_f
771: set drvbl_fctr_apls_rts_flag = 'N'
772: where plip_id = i.plip_id
773: and drvbl_fctr_apls_rts_flag = 'Y'
774: and not exists (select null