DBA Data[Home] [Help]

APPS.CN_COLUMN_MAPS_PVT dependencies on STANDARD

Line 39: -- Standard Start of API savepoint

35: l_rowid ROWID;
36: l_column_map_id NUMBER;
37:
38: BEGIN
39: -- Standard Start of API savepoint
40: SAVEPOINT insert_row_sv;
41: -- Standard call to check for call compatibility.
42: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
43: p_api_version ,

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

37:
38: BEGIN
39: -- Standard Start of API savepoint
40: SAVEPOINT insert_row_sv;
41: -- Standard call to check for call compatibility.
42: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
43: p_api_version ,
44: l_api_name,
45: G_PKG_NAME ) THEN

Line 74: -- Standard check of p_commit.

70:
71: x_col_map_id := l_column_map_id;
72:
73: -- End of API body.
74: -- Standard check of p_commit.
75: IF FND_API.To_Boolean( p_commit ) THEN
76: COMMIT WORK;
77: END IF;
78: -- Standard call to get message count and if count is 1, get message info.

Line 78: -- Standard call to get message count and if count is 1, get message info.

74: -- Standard check of p_commit.
75: IF FND_API.To_Boolean( p_commit ) THEN
76: COMMIT WORK;
77: END IF;
78: -- Standard call to get message count and if count is 1, get message info.
79: FND_MSG_PUB.Count_And_Get
80: (p_count => x_msg_count ,
81: p_data => x_msg_data ,
82: p_encoded => FND_API.G_FALSE );

Line 146: -- Standard Start of API savepoint

142: WHERE column_map_id = p_column_map_id
143: and org_id = p_org_id;
144:
145: BEGIN
146: -- Standard Start of API savepoint
147: SAVEPOINT update_row_sv;
148: -- Standard call to check for call compatibility.
149: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
150: p_api_version ,

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

144:
145: BEGIN
146: -- Standard Start of API savepoint
147: SAVEPOINT update_row_sv;
148: -- Standard call to check for call compatibility.
149: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
150: p_api_version ,
151: l_api_name,
152: G_PKG_NAME ) THEN

Line 200: -- Standard check of p_commit.

196:
197: p_object_version_number := l_object_version_number + 1;
198:
199: -- End of API body.
200: -- Standard check of p_commit.
201: IF FND_API.To_Boolean( p_commit ) THEN
202: COMMIT WORK;
203: END IF;
204: -- Standard call to get message count and if count is 1, get message info.

Line 204: -- Standard call to get message count and if count is 1, get message info.

200: -- Standard check of p_commit.
201: IF FND_API.To_Boolean( p_commit ) THEN
202: COMMIT WORK;
203: END IF;
204: -- Standard call to get message count and if count is 1, get message info.
205: FND_MSG_PUB.Count_And_Get
206: (p_count => x_msg_count ,
207: p_data => x_msg_data ,
208: p_encoded => FND_API.G_FALSE );

Line 256: -- Standard Start of API savepoint

252: l_api_name CONSTANT VARCHAR2(30) := 'delete_row';
253: l_api_version CONSTANT NUMBER := 1.0;
254:
255: BEGIN
256: -- Standard Start of API savepoint
257: SAVEPOINT delete_row_sv;
258: -- Standard call to check for call compatibility.
259: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
260: p_api_version ,

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

254:
255: BEGIN
256: -- Standard Start of API savepoint
257: SAVEPOINT delete_row_sv;
258: -- Standard call to check for call compatibility.
259: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
260: p_api_version ,
261: l_api_name,
262: G_PKG_NAME ) THEN

Line 277: -- Standard check of p_commit.

273: cn_column_maps_pkg.Delete_Row
274: (x_column_map_id => p_column_map_id, x_org_id => p_org_id);
275:
276: -- End of API body.
277: -- Standard check of p_commit.
278: IF FND_API.To_Boolean( p_commit ) THEN
279: COMMIT WORK;
280: END IF;
281: -- Standard call to get message count and if count is 1, get message info.

Line 281: -- Standard call to get message count and if count is 1, get message info.

277: -- Standard check of p_commit.
278: IF FND_API.To_Boolean( p_commit ) THEN
279: COMMIT WORK;
280: END IF;
281: -- Standard call to get message count and if count is 1, get message info.
282: FND_MSG_PUB.Count_And_Get
283: (p_count => x_msg_count ,
284: p_data => x_msg_data ,
285: p_encoded => FND_API.G_FALSE );