DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_QUOTE_PVT dependencies on WF_CORE

Line 296: wf_core.context('ASO_WORKFLOW_QUOTE_PVT',

292: THEN
293: x_return_status := FND_API.g_ret_sts_error;
294: x_msg_count := 0;
295:
296: wf_core.context('ASO_WORKFLOW_QUOTE_PVT',
297: 'NotifyForASOContractChange',
298: l_event_type,
299: to_char(p_quote_id)
300: );