DBA Data[Home] [Help]

APPS.OE_SCH_CONC_REQUESTS dependencies on WF_ENGINE

Line 363: * and notified status, call wf_engine to complete the activity.

359: OE_DEBUG_PUB.Add('Schedule date'||l_apply_sch_date,1);
360: END IF;
361: /* When user does not specifiy any parameters, we drive the scheduling
362: * through workflow. Pick up all the lines which are schedule eligible
363: * and notified status, call wf_engine to complete the activity.
364: * If value is passed through any of the parameters, then get the header and
365: * line records and call wf_engine.
366: */
367: IF p_order_number_low IS NULL AND

Line 365: * line records and call wf_engine.

361: /* When user does not specifiy any parameters, we drive the scheduling
362: * through workflow. Pick up all the lines which are schedule eligible
363: * and notified status, call wf_engine to complete the activity.
364: * If value is passed through any of the parameters, then get the header and
365: * line records and call wf_engine.
366: */
367: IF p_order_number_low IS NULL AND
368: p_order_number_high IS NULL AND
369: p_request_date_low IS NULL AND

Line 418: wf_engine.CompleteActivityInternalName

414:
415: g_process_records := 0;
416: g_failed_records := 0;
417:
418: wf_engine.CompleteActivityInternalName
419: ('OEOL',
420: k.item_key,
421: 'SCHEDULING_ELIGIBLE',
422: 'COMPLETE');

Line 798: wf_engine.CompleteActivityInternalName ('OEOL',

794: --IF NOT l_found THEN
795: g_process_records := 0;
796: g_failed_records := 0;
797:
798: wf_engine.CompleteActivityInternalName ('OEOL',
799: to_char(l_line_id),
800: 'SCHEDULING_ELIGIBLE',
801: 'COMPLETE');
802:

Line 1073: wf_engine.CompleteActivityInternalName

1069: END IF;
1070:
1071: BEGIN
1072: -- COMPLETING ACTIVITY
1073: wf_engine.CompleteActivityInternalName
1074: ('OEOL',
1075: to_char(M.line_id),
1076: 'SCHEDULING_ELIGIBLE',
1077: 'COMPLETE');

Line 1091: wf_engine.CompleteActivityInternalName

1087:
1088:
1089: BEGIN
1090: -- COMPLETING ACTIVITY
1091: wf_engine.CompleteActivityInternalName
1092: ('OEOL',
1093: to_char(l_line_id),
1094: 'SCHEDULING_ELIGIBLE',
1095: 'COMPLETE');