DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on BEN_PTIP_F

Line 574: update ben_ptip_f

570: end if;
571: --
572: If i.ptip_id is not null then
573: --
574: update ben_ptip_f
575: set drvbl_fctr_apls_rts_flag = 'Y'
576: where ptip_id = i.ptip_id;
577: --
578: end if;

Line 875: update ben_ptip_f

871: End If;
872: --
873: If i.ptip_id is not null then
874: --
875: update ben_ptip_f
876: set drvbl_fctr_apls_rts_flag = 'N'
877: where ptip_id = i.ptip_id
878: and drvbl_fctr_apls_rts_flag = 'Y'
879: and not exists (select null