DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WF_ENGINE

Line 1473: wf_engine.CompleteActivityInternalName('OEOL',

1469:
1470:
1471:
1472: IF lcancel_flag <> 'Y' and v_model_line_activity = 'WAIT_FOR_CTO' THEN --- If it is not cancellation
1473: wf_engine.CompleteActivityInternalName('OEOL',
1474: to_char(pModelLineId),
1475: 'WAIT_FOR_CTO',
1476: 'DE_LINK');
1477: END IF;