DBA Data[Home] [Help]

APPS.CSI_WEB_SERVICE_PKG dependencies on STANDARD

Line 34: -- Standard Start of API savepoint

30: l_instance_id NUMBER;
31: l_msg_index NUMBER;
32: l_msg_count NUMBER;
33: BEGIN
34: -- Standard Start of API savepoint
35: SAVEPOINT get_item_instance_obj;
36:
37: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
38: csi_utility_grp.check_ib_active;

Line 40: -- Standard call to check for call compatibility.

36:
37: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
38: csi_utility_grp.check_ib_active;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call(l_api_version,
42: p_api_version,
43: l_api_name,
44: G_PKG_NAME) THEN

Line 151: -- Standard check of p_commit.

147: IF l_instance_id IS NOT NULL THEN
148: x_item_instance_obj := CSI_ITEM_INSTANCE_OBJ(l_instance_id);
149: END IF;
150:
151: -- Standard check of p_commit.
152: IF FND_API.To_Boolean( p_commit ) THEN
153: COMMIT WORK;
154: END IF;
155:

Line 156: -- Standard call to get message count and if count is get message info.

152: IF FND_API.To_Boolean( p_commit ) THEN
153: COMMIT WORK;
154: END IF;
155:
156: -- Standard call to get message count and if count is get message info.
157: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
158: p_data => x_msg_data);
159: EXCEPTION
160: WHEN OTHERS THEN