DBA Data[Home] [Help]

APPS.ICX_CAT_R12_UPGRADE_GRP dependencies on STANDARD

Line 25: -- Standard Start of API savepoint

21: l_err_loc := 100;
22: x_return_status := FND_API.G_RET_STS_SUCCESS;
23:
24: l_err_loc := 200;
25: -- Standard Start of API savepoint
26: SAVEPOINT updatePOHeaderId_sp;
27:
28: l_err_loc := 300;
29: -- Standard call to check for call compatibility.

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

25: -- Standard Start of API savepoint
26: SAVEPOINT updatePOHeaderId_sp;
27:
28: l_err_loc := 300;
29: -- Standard call to check for call compatibility.
30: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
31: p_api_version ,
32: l_api_name ,
33: G_PKG_NAME )

Line 45: -- Standard check of p_commit

41:
42: l_err_loc := 600;
43: ICX_CAT_R12_UPGRADE_PVT.updatePOHeaderId(p_interface_header_id);
44:
45: -- Standard check of p_commit
46: IF FND_API.To_Boolean( p_commit ) THEN
47: l_err_loc := 700;
48: COMMIT;
49: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 98: -- Standard Start of API savepoint

94: l_err_loc := 100;
95: x_return_status := FND_API.G_RET_STS_SUCCESS;
96:
97: l_err_loc := 200;
98: -- Standard Start of API savepoint
99: SAVEPOINT updatePOLineId_sp;
100:
101: l_err_loc := 300;
102: -- Standard call to check for call compatibility.

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

98: -- Standard Start of API savepoint
99: SAVEPOINT updatePOLineId_sp;
100:
101: l_err_loc := 300;
102: -- Standard call to check for call compatibility.
103: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
104: p_api_version ,
105: l_api_name ,
106: G_PKG_NAME )

Line 119: -- Standard check of p_commit

115: l_err_loc := 600;
116: ICX_CAT_R12_UPGRADE_PVT.updatePOLineId(p_interface_line_id);
117:
118: l_err_loc := 700;
119: -- Standard check of p_commit
120: IF FND_API.To_Boolean( p_commit ) THEN
121: l_err_loc := 800;
122: COMMIT;
123: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 201: -- Standard Start of API savepoint

197: l_err_loc := 100;
198: x_return_status := FND_API.G_RET_STS_SUCCESS;
199:
200: l_err_loc := 200;
201: -- Standard Start of API savepoint
202: SAVEPOINT createR12UpgradeJob_sp;
203:
204: l_err_loc := 300;
205: -- Standard call to check for call compatibility.

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

201: -- Standard Start of API savepoint
202: SAVEPOINT createR12UpgradeJob_sp;
203:
204: l_err_loc := 300;
205: -- Standard call to check for call compatibility.
206: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
207: p_api_version ,
208: l_api_name ,
209: G_PKG_NAME )

Line 248: -- Standard check of p_commit

244: l_err_loc := 650;
245: ICX_CAT_R12_UPGRADE_PVT.createR12UpgradeJob(p_audsid);
246:
247: l_err_loc := 700;
248: -- Standard check of p_commit
249: IF FND_API.To_Boolean( p_commit ) THEN
250: l_err_loc := 800;
251: COMMIT;
252: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 326: -- Standard Start of API savepoint

322: l_err_loc := 100;
323: x_return_status := FND_API.G_RET_STS_SUCCESS;
324:
325: l_err_loc := 200;
326: -- Standard Start of API savepoint
327: SAVEPOINT updateR12UpgradeJob_sp;
328:
329: l_err_loc := 300;
330: -- Standard call to check for call compatibility.

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

326: -- Standard Start of API savepoint
327: SAVEPOINT updateR12UpgradeJob_sp;
328:
329: l_err_loc := 300;
330: -- Standard call to check for call compatibility.
331: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
332: p_api_version ,
333: l_api_name ,
334: G_PKG_NAME )

Line 363: -- Standard check of p_commit

359: l_err_loc := 2400;
360: ICX_CAT_R12_UPGRADE_PVT.updateR12UpgradeJob(p_job_status);
361:
362: l_err_loc := 700;
363: -- Standard check of p_commit
364: IF FND_API.To_Boolean( p_commit ) THEN
365: l_err_loc := 800;
366: COMMIT;
367: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN