DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on DBMS_LOB

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

635: from wip_discrete_jobs wdj
636: where wdj.wip_entity_id = p_wip_entity_id
637: for update;
638:
639: dbms_lob.append(job_note, p_clob_msg);
640:
641: commit;
642:
643: exception when others then