DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_PVT dependencies on WF_CORE

Line 249: wf_core.context('ASO_WORKFLOW_PVT',

245: When OTHERS Then
246: x_return_status := FND_API.g_ret_sts_error;
247: x_msg_count := 0;
248:
249: wf_core.context('ASO_WORKFLOW_PVT',
250: 'NotifyOrderStatus',
251: l_event_type,
252: to_char(p_quote_id)
253: );