DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_MI_GRP dependencies on STANDARD

Line 40: -- Standard Start of API savepoint

36: l_err_loc := 100;
37: x_return_status := FND_API.G_RET_STS_SUCCESS;
38:
39: l_err_loc := 200;
40: -- Standard Start of API savepoint
41: SAVEPOINT populateItemChange_sp;
42:
43: l_err_loc := 300;
44: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

56: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
57: END IF;
58:
59: l_err_loc := 400;
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
62: p_api_version ,
63: l_api_name ,
64: G_PKG_NAME )

Line 137: -- Standard check of P_COMMIT

133: ICX_CAT_POPULATE_MI_PVT.populateItemChange(P_INVENTORY_ITEM_ID, P_ORGANIZATION_ID, NULL, NULL);
134: END IF;
135:
136: l_err_loc := 1000;
137: -- Standard check of P_COMMIT
138: IF (FND_API.To_Boolean(P_COMMIT)) THEN
139: l_err_loc := 1100;
140: COMMIT;
141: l_err_loc := 1200;

Line 208: -- Standard Start of API savepoint

204: l_err_loc := 100;
205: x_return_status := FND_API.G_RET_STS_SUCCESS;
206:
207: l_err_loc := 200;
208: -- Standard Start of API savepoint
209: SAVEPOINT populateBulkItemChange_sp;
210:
211: l_err_loc := 300;
212: l_start_date := sysdate;

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

220: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
221: END IF;
222:
223: l_err_loc := 400;
224: -- Standard call to check for call compatibility.
225: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
226: p_api_version ,
227: l_api_name ,
228: G_PKG_NAME )

Line 268: -- Standard check of P_COMMIT

264: END IF;
265: END IF;
266:
267: l_err_loc := 1100;
268: -- Standard check of P_COMMIT
269: IF (FND_API.To_Boolean(P_COMMIT)) THEN
270: l_err_loc := 1200;
271: COMMIT;
272: l_err_loc := 1300;

Line 342: -- Standard Start of API savepoint

338: l_err_loc := 100;
339: x_return_status := FND_API.G_RET_STS_SUCCESS;
340:
341: l_err_loc := 200;
342: -- Standard Start of API savepoint
343: SAVEPOINT populateItemCategoryChange_sp;
344:
345: l_err_loc := 300;
346: l_start_date := sysdate;

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

359: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
360: END IF;
361:
362: l_err_loc := 400;
363: -- Standard call to check for call compatibility.
364: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
365: p_api_version ,
366: l_api_name ,
367: G_PKG_NAME )

Line 403: -- Standard check of P_COMMIT

399: ICX_CAT_POPULATE_MI_PVT.populateItemCatgChange(P_INVENTORY_ITEM_ID, P_ORGANIZATION_ID, P_CATEGORY_ID, NULL, NULL);
400: END IF;
401:
402: l_err_loc := 1200;
403: -- Standard check of P_COMMIT
404: IF (FND_API.To_Boolean(P_COMMIT)) THEN
405: l_err_loc := 1300;
406: COMMIT;
407: l_err_loc := 1400;