DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_BPA_GRP dependencies on STANDARD

Line 28: -- Standard Start of API savepoint

24: l_err_loc := 100;
25: x_return_status := FND_API.G_RET_STS_SUCCESS;
26:
27: l_err_loc := 200;
28: -- Standard Start of API savepoint
29: SAVEPOINT populateOnlineBlankets_sp;
30:
31: l_err_loc := 300;
32: l_start_date := sysdate;

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

39: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
40: END IF;
41:
42: l_err_loc := 400;
43: -- Standard call to check for call compatibility.
44: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
45: p_api_version ,
46: l_api_name ,
47: G_PKG_NAME )

Line 59: -- Standard check of P_COMMIT

55: l_err_loc := 600;
56: ICX_CAT_POPULATE_PODOCS_PVT.populateOnlineBlankets(p_key);
57:
58: l_err_loc := 700;
59: -- Standard check of P_COMMIT
60: IF (FND_API.To_Boolean(P_COMMIT)) THEN
61: l_err_loc := 800;
62: COMMIT;
63: l_err_loc := 900;

Line 124: -- Standard Start of API savepoint

120: l_err_loc := 100;
121: x_return_status := FND_API.G_RET_STS_SUCCESS;
122:
123: l_err_loc := 200;
124: -- Standard Start of API savepoint
125: SAVEPOINT populateOnlineOrgAssgnmnts_sp;
126:
127: l_err_loc := 300;
128: l_start_date := sysdate;

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

135: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
136: END IF;
137:
138: l_err_loc := 400;
139: -- Standard call to check for call compatibility.
140: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
141: p_api_version ,
142: l_api_name ,
143: G_PKG_NAME )

Line 155: -- Standard check of P_COMMIT

151: l_err_loc := 600;
152: ICX_CAT_POPULATE_PODOCS_PVT.populateOnlineOrgAssgnmnts(p_key);
153:
154: l_err_loc := 700;
155: -- Standard check of P_COMMIT
156: IF (FND_API.To_Boolean(P_COMMIT)) THEN
157: l_err_loc := 800;
158: COMMIT;
159: l_err_loc := 900;