DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_PVT dependencies on ASO_WORKFLOW_PVT

Line 1: PACKAGE BODY ASO_WORKFLOW_PVT as

1: PACKAGE BODY ASO_WORKFLOW_PVT as
2: /* $Header: asovwftb.pls 120.1 2005/06/29 12:46:12 appldev ship $ */
3: -- Start of Comments
4: -- Package name : ASO_WORKFLOW_PVT
5: -- Purpose :

Line 4: -- Package name : ASO_WORKFLOW_PVT

1: PACKAGE BODY ASO_WORKFLOW_PVT as
2: /* $Header: asovwftb.pls 120.1 2005/06/29 12:46:12 appldev ship $ */
3: -- Start of Comments
4: -- Package name : ASO_WORKFLOW_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- ASO_workflow_pvt - Procedure for all iStore alerts that will be

Line 8: -- ASO_workflow_pvt - Procedure for all iStore alerts that will be

4: -- Package name : ASO_WORKFLOW_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- ASO_workflow_pvt - Procedure for all iStore alerts that will be
9: -- executed using Workflow
10: -- End of Comments
11:
12: g_ItemType Varchar2(10) := 'ASOALERT';

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: );

Line 763: END aso_workflow_pvt;

759: result := 'COMPLETE';
760: END IF;
761: END Selector;
762:
763: END aso_workflow_pvt;