DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WF_ENGINE

Line 1565: wf_engine.CompleteActivityInternalName('OEOL',

1561:
1562:
1563:
1564: IF lcancel_flag <> 'Y' and v_model_line_activity = 'WAIT_FOR_CTO' THEN --- If it is not cancellation
1565: wf_engine.CompleteActivityInternalName('OEOL',
1566: to_char(pModelLineId),
1567: 'WAIT_FOR_CTO',
1568: 'DE_LINK');
1569: END IF;