DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on DBMS_LOB

Line 1991: and 0 <> (select dbms_lob.compare(edt.model_equation, pub.model_equation)

1987: update zpb_solve_member_defs edt
1988: set current_modified = 'Y'
1989: where edt.analysis_cycle_id = editable_ac_id_in
1990: and edt.source_type = 1200
1991: and 0 <> (select dbms_lob.compare(edt.model_equation, pub.model_equation)
1992: from zpb_solve_member_defs pub
1993: where pub.analysis_cycle_id = published_ac_id_in
1994: and pub.member = edt.member
1995: and pub.source_type = 1200);