DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ERRORS_S

Line 279: update msc_errors set message_sent = SYS_YES

275: -- Start the Workflow process
276: wf_xmlnotify.startprocess(lv_msgid);
277:
278: lv_pointer:= 9;
279: update msc_errors set message_sent = SYS_YES
280: where error_id = c.error_id;
281:
282: END IF;
283: END LOOP;

Line 3359: msc_errors_s.NEXTVAL,

3355: program_id,
3356: program_update_date,
3357: error_text)
3358: SELECT
3359: msc_errors_s.NEXTVAL,
3360: st_transaction_id,
3361: message_id,
3362: sr_instance_code,
3363: 'MSC_ST_TRADING_PARTNERS',