DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PTIP_F

Line 562: update ben_ptip_f

558: end if;
559: --
560: If i.ptip_id is not null then
561: --
562: update ben_ptip_f
563: set drvbl_fctr_apls_rts_flag = 'Y'
564: where ptip_id = i.ptip_id;
565: --
566: end if;

Line 863: update ben_ptip_f

859: End If;
860: --
861: If i.ptip_id is not null then
862: --
863: update ben_ptip_f
864: set drvbl_fctr_apls_rts_flag = 'N'
865: where ptip_id = i.ptip_id
866: and drvbl_fctr_apls_rts_flag = 'Y'
867: and not exists (select null