DBA Data[Home] [Help]

APPS.AMW_CTRL_APPROVAL_PVT dependencies on AMW_CTRL_APPROVAL_PVT

Line 1: PACKAGE BODY AMW_CTRL_APPROVAL_PVT AS

1: PACKAGE BODY AMW_CTRL_APPROVAL_PVT AS
2: /* $Header: amwvcapb.pls 115.5 2003/11/25 22:33:40 mpande noship $ */
3:
4: -- Start of Comments
5: --

Line 7: -- amw_CTRL_Approval_PVT

3:
4: -- Start of Comments
5: --
6: -- NAME
7: -- amw_CTRL_Approval_PVT
8: --
9: -- PURPOSE
10: -- This package contains all transactions to be done for
11: -- CTRL Approvals in Oracle Internal CTRLs

Line 18: g_pkg_name CONSTANT VARCHAR2 (30) := 'amw_CTRL_Approval_PVT';

14: -- 6/4/2003 MUMU PANDE CREATION
15: -- 6/25/2003 KARTHI MUTHUSWAMY Modified update_CTRL_status()
16: -- 7/2/2003 mpande Updated for All Message and formatting
17:
18: g_pkg_name CONSTANT VARCHAR2 (30) := 'amw_CTRL_Approval_PVT';
19: g_file_name CONSTANT VARCHAR2 (15) := 'amwvcapb.pls';
20: g_CTRL_mode CONSTANT VARCHAR2 (15) := 'WORKFLOW';
21: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
22:

Line 1176: 'amw_CTRL_Approval_pvt',

1172:
1173: EXCEPTION
1174: WHEN fnd_api.g_exc_error THEN
1175: wf_core.context (
1176: 'amw_CTRL_Approval_pvt',
1177: 'Set_CTRL_OBJECT_Details',
1178: itemtype,
1179: itemkey,
1180: actid,

Line 1464: END amw_CTRL_approval_pvt;

1460: x_error_msg=> l_error_msg
1461: );
1462: --RAISE;
1463: END update_CTRL_status;
1464: END amw_CTRL_approval_pvt;