DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_CATG_GRP dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_err_loc := 100;
34: x_return_status := FND_API.G_RET_STS_SUCCESS;
35:
36: l_err_loc := 200;
37: -- Standard Start of API savepoint
38: SAVEPOINT populateCategoryChange_sp;
39:
40: l_err_loc := 300;
41: l_start_date := sysdate;

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

51: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
52: END IF;
53:
54: l_err_loc := 400;
55: -- Standard call to check for call compatibility.
56: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
57: p_api_version ,
58: l_api_name ,
59: G_PKG_NAME )

Line 96: -- Standard check of p_commit

92: l_err_loc := 1000;
93: ICX_CAT_POPULATE_CATG_PVT.populateCategoryChange(P_CATEGORY_NAME, P_CATEGORY_ID);
94:
95: l_err_loc := 1100;
96: -- Standard check of p_commit
97: IF FND_API.To_Boolean( p_commit ) THEN
98: l_err_loc := 1200;
99: COMMIT;
100: l_err_loc := 1300;

Line 165: -- Standard Start of API savepoint

161: l_err_loc := 100;
162: x_return_status := FND_API.G_RET_STS_SUCCESS;
163:
164: l_err_loc := 200;
165: -- Standard Start of API savepoint
166: SAVEPOINT popValidCatgSetInsert_sp;
167:
168: l_err_loc := 300;
169: l_start_date := sysdate;

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

177: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
178: END IF;
179:
180: l_err_loc := 400;
181: -- Standard call to check for call compatibility.
182: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
183: p_api_version ,
184: l_api_name ,
185: G_PKG_NAME )

Line 216: -- Standard check of p_commit

212: l_err_loc := 1000;
213: ICX_CAT_POPULATE_CATG_PVT.populateValidCategorySetInsert(P_CATEGORY_ID);
214:
215: l_err_loc := 1100;
216: -- Standard check of p_commit
217: IF FND_API.To_Boolean( p_commit ) THEN
218: l_err_loc := 1200;
219: COMMIT;
220: l_err_loc := 1300;

Line 286: -- Standard Start of API savepoint

282: l_err_loc := 100;
283: x_return_status := FND_API.G_RET_STS_SUCCESS;
284:
285: l_err_loc := 200;
286: -- Standard Start of API savepoint
287: SAVEPOINT popValidCatgSetUpdate_sp;
288:
289: l_err_loc := 300;
290: l_start_date := sysdate;

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

299: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
300: END IF;
301:
302: l_err_loc := 400;
303: -- Standard call to check for call compatibility.
304: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
305: p_api_version ,
306: l_api_name ,
307: G_PKG_NAME )

Line 338: -- Standard check of p_commit

334: l_err_loc := 1000;
335: ICX_CAT_POPULATE_CATG_PVT.populateValidCategorySetUpdate(P_OLD_CATEGORY_ID, P_NEW_CATEGORY_ID);
336:
337: l_err_loc := 1100;
338: -- Standard check of p_commit
339: IF FND_API.To_Boolean( p_commit ) THEN
340: l_err_loc := 1200;
341: COMMIT;
342: l_err_loc := 1300;

Line 407: -- Standard Start of API savepoint

403: l_err_loc := 100;
404: x_return_status := FND_API.G_RET_STS_SUCCESS;
405:
406: l_err_loc := 200;
407: -- Standard Start of API savepoint
408: SAVEPOINT popValidCatgSetDelete_sp;
409:
410: l_err_loc := 300;
411: l_start_date := sysdate;

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

419: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
420: END IF;
421:
422: l_err_loc := 400;
423: -- Standard call to check for call compatibility.
424: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
425: p_api_version ,
426: l_api_name ,
427: G_PKG_NAME )

Line 459: -- Standard check of p_commit

455: l_err_loc := 1000;
456: ICX_CAT_POPULATE_CATG_PVT.populateValidCategorySetDelete(P_CATEGORY_ID);
457:
458: l_err_loc := 1100;
459: -- Standard check of p_commit
460: IF FND_API.To_Boolean( p_commit ) THEN
461: l_err_loc := 1200;
462: COMMIT;
463: l_err_loc := 1300;