DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on DBMS_LOB

Line 680: dbms_lob.append(job_note, p_clob_msg);

676: from wip_discrete_jobs wdj
677: where wdj.wip_entity_id = p_wip_entity_id
678: for update;
679:
680: dbms_lob.append(job_note, p_clob_msg);
681:
682: commit;
683:
684: exception when others then