DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_OIPL_F

Line 570: update ben_oipl_f

566: end if;
567: --
568: If i.oipl_id is not null then
569: --
570: update ben_oipl_f
571: set drvbl_fctr_apls_rts_flag = 'Y'
572: where oipl_id = i.oipl_id;
573: --
574: end if;

Line 914: update ben_oipl_f

910: End If;
911: --
912: If i.oipl_id is not null then
913: --
914: update ben_oipl_f
915: set drvbl_fctr_apls_rts_flag = 'N'
916: where oipl_id = i.oipl_id
917: and drvbl_fctr_apls_rts_flag = 'Y'
918: and not exists (select null