DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_OIPL_F

Line 582: update ben_oipl_f

578: end if;
579: --
580: If i.oipl_id is not null then
581: --
582: update ben_oipl_f
583: set drvbl_fctr_apls_rts_flag = 'Y'
584: where oipl_id = i.oipl_id;
585: --
586: end if;

Line 926: update ben_oipl_f

922: End If;
923: --
924: If i.oipl_id is not null then
925: --
926: update ben_oipl_f
927: set drvbl_fctr_apls_rts_flag = 'N'
928: where oipl_id = i.oipl_id
929: and drvbl_fctr_apls_rts_flag = 'Y'
930: and not exists (select null