DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ERRORS_S

Line 271: update msc_errors set message_sent = SYS_YES

267: -- Start the Workflow process
268: wf_xmlnotify.startprocess(lv_msgid);
269:
270: lv_pointer:= 9;
271: update msc_errors set message_sent = SYS_YES
272: where error_id = c.error_id;
273:
274: END IF;
275: END LOOP;

Line 3352: msc_errors_s.NEXTVAL,

3348: program_id,
3349: program_update_date,
3350: error_text)
3351: SELECT
3352: msc_errors_s.NEXTVAL,
3353: st_transaction_id,
3354: message_id,
3355: sr_instance_code,
3356: 'MSC_ST_TRADING_PARTNERS',