DBA Data[Home] [Help]

APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROL_PVT

Line 1: PACKAGE BODY AMW_CONTROL_PVT AS

1: PACKAGE BODY AMW_CONTROL_PVT AS
2: /* $Header: amwvctlb.pls 120.1 2005/11/08 10:18:12 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMW_Control_PVT

2: /* $Header: amwvctlb.pls 120.1 2005/11/08 10:18:12 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMW_Control_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 15: g_pkg_name CONSTANT VARCHAR2 (30) := 'AMW_Control_PVT';

11: -- NOTE
12: --
13: -- End of Comments
14: -- ===============================================================
15: g_pkg_name CONSTANT VARCHAR2 (30) := 'AMW_Control_PVT';
16: g_file_name CONSTANT VARCHAR2 (12) := 'amwvctlb.pls';
17: g_user_id NUMBER := fnd_global.user_id;
18: g_login_id NUMBER := fnd_global.conc_login_id;
19: G_OBJ_TYPE CONSTANT VARCHAR2(80) := AMW_UTILITY_PVT.GET_LOOKUP_MEANING('AMW_OBJECT_TYPE','CTRL');

Line 138: ---fnd_file.put_line (fnd_file.LOG,'Amw_Control_Pvt.Load_Control: Start');

134:
135: BEGIN
136: -- Standard Start of API savepoint
137: SAVEPOINT load_control_pvt;
138: ---fnd_file.put_line (fnd_file.LOG,'Amw_Control_Pvt.Load_Control: Start');
139: -- Standard call to check for call compatibility.
140: IF NOT fnd_api.compatible_api_call (l_api_version_number,
141: p_api_version_number,
142: l_api_name,

Line 764: l_tar_control_rec amw_control_pvt.control_rec_type

760: -- Local Variables
761: l_object_version_number NUMBER;
762: l_control_rev_id NUMBER;
763: l_ref_control_rec c_get_control%ROWTYPE;
764: l_tar_control_rec amw_control_pvt.control_rec_type
765: := p_control_rec;
766: l_control_rec amw_control_pvt.control_rec_type
767: := p_control_rec;
768: l_rowid ROWID;

Line 766: l_control_rec amw_control_pvt.control_rec_type

762: l_control_rev_id NUMBER;
763: l_ref_control_rec c_get_control%ROWTYPE;
764: l_tar_control_rec amw_control_pvt.control_rec_type
765: := p_control_rec;
766: l_control_rec amw_control_pvt.control_rec_type
767: := p_control_rec;
768: l_rowid ROWID;
769: BEGIN
770: -- Standard Start of API savepoint

Line 1610: l_control_rec amw_control_pvt.control_rec_type;

1606: ) IS
1607: l_api_name CONSTANT VARCHAR2 (30) := 'Validate_Control';
1608: l_api_version_number CONSTANT NUMBER := 1.0;
1609: l_object_version_number NUMBER;
1610: l_control_rec amw_control_pvt.control_rec_type;
1611: BEGIN
1612: -- Standard Start of API savepoint
1613: SAVEPOINT validate_control;
1614: -- Standard call to check for call compatibility.

Line 1777: END amw_control_pvt;

1773: amw_utility_pvt.debug_message ('Validate_dm_model_rec ends');
1774: -- Standard call to get message count and if count is 1, get message info.
1775: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1776: END validate_control_rec;
1777: END amw_control_pvt;