DBA Data[Home] [Help]

APPS.IEX_WEBSWITCH_PKG dependencies on STANDARD

Line 43: -- Standard begin of API savepoint

39: -- added these for user hooks
40: l_cgi_switch_rec cgi_switch_rec_type;
41: l_switch_data_rec switch_data_rec_type;
42: begin
43: -- Standard begin of API savepoint
44: SAVEPOINT Create_WebSwitch_PUB;
45:
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

42: begin
43: -- Standard begin of API savepoint
44: SAVEPOINT Create_WebSwitch_PUB;
45:
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call (l_api_version,
48: p_api_version,
49: l_api_name,
50: G_PKG_NAME)

Line 209: -- Standard check of p_commit.

205: );
206: END IF;
207: CLOSE c2;
208:
209: -- Standard check of p_commit.
210: IF FND_API.To_Boolean ( p_commit ) THEN
211: COMMIT WORK;
212: END IF;
213:

Line 221: -- Standard call to get message count and IF count is 1, get message info.

217: FND_MESSAGE.Set_Name('ast', 'Pvt WebAssist API: End');
218: FND_MSG_PUB.Add;
219: END IF;
220:
221: -- Standard call to get message count and IF count is 1, get message info.
222: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
223: p_data => x_msg_data );
224:
225:

Line 284: -- Standard begin of API savepoint

280: l_cgi_switch_rec cgi_switch_rec_type;
281: l_switch_data_rec switch_data_rec_type;
282:
283: begin
284: -- Standard begin of API savepoint
285: SAVEPOINT Update_WebSwitch_PVT;
286:
287: -- Standard call to check for call compatibility.
288: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

283: begin
284: -- Standard begin of API savepoint
285: SAVEPOINT Update_WebSwitch_PVT;
286:
287: -- Standard call to check for call compatibility.
288: IF NOT FND_API.Compatible_API_Call (l_api_version,
289: p_api_version,
290: l_api_name,
291: G_PKG_NAME)

Line 368: -- Standard check of p_commit.

364: attribute15 = p_switch_data_rec.attribute15
365: WHERE cgi_switch_id = p_switch_data_rec.cgi_switch_id
366: AND switch_data_id = p_switch_data_rec.switch_data_id;
367:
368: -- Standard check of p_commit.
369: IF FND_API.To_Boolean ( p_commit ) THEN
370: COMMIT WORK;
371: END IF;
372:

Line 373: -- Standard call to get message count and IF count is 1, get message info.

369: IF FND_API.To_Boolean ( p_commit ) THEN
370: COMMIT WORK;
371: END IF;
372:
373: -- Standard call to get message count and IF count is 1, get message info.
374: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
375: p_data => x_msg_data );
376:
377:

Line 436: -- Standard begin of API savepoint

432: l_cgi_switch_rec cgi_switch_rec_type;
433: l_switch_data_rec switch_data_rec_type;
434:
435: begin
436: -- Standard begin of API savepoint
437: SAVEPOINT Lock_WebSwitch_PVT;
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call (l_api_version,
440: p_api_version,

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

434:
435: begin
436: -- Standard begin of API savepoint
437: SAVEPOINT Lock_WebSwitch_PVT;
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call (l_api_version,
440: p_api_version,
441: l_api_name,
442: G_PKG_NAME)

Line 494: -- Standard check of p_commit.

490: -- END of API body
491:
492:
493:
494: -- Standard check of p_commit.
495: IF FND_API.To_Boolean ( p_commit ) THEN
496: COMMIT WORK;
497: END IF;
498:

Line 499: -- Standard call to get message count and IF count is 1, get message info.

495: IF FND_API.To_Boolean ( p_commit ) THEN
496: COMMIT WORK;
497: END IF;
498:
499: -- Standard call to get message count and IF count is 1, get message info.
500: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
501: p_data => x_msg_data );
502:
503:

Line 563: -- Standard begin of API savepoint

559: l_cgi_switch_rec cgi_switch_rec_type;
560: l_switch_data_rec switch_data_rec_type;
561:
562: begin
563: -- Standard begin of API savepoint
564: SAVEPOINT Delete_WebSwitch_PUB;
565:
566: -- Standard call to check for call compatibility.
567: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

562: begin
563: -- Standard begin of API savepoint
564: SAVEPOINT Delete_WebSwitch_PUB;
565:
566: -- Standard call to check for call compatibility.
567: IF NOT FND_API.Compatible_API_Call (l_api_version,
568: p_api_version,
569: l_api_name,
570: G_PKG_NAME)

Line 594: -- Standard check of p_commit.

590: DELETE FROM iex_cgi_switches
591: WHERE cgi_switch_id = p_cgi_switch_rec.cgi_switch_id;
592: END IF;
593:
594: -- Standard check of p_commit.
595: IF FND_API.To_Boolean ( p_commit ) THEN
596: COMMIT WORK;
597: END IF;
598:

Line 606: -- Standard call to get message count and IF count is 1, get message info.

602: FND_MESSAGE.Set_Name('ast', 'Pvt WebAssist API: End');
603: FND_MSG_PUB.Add;
604: END IF;
605:
606: -- Standard call to get message count and IF count is 1, get message info.
607: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
608: p_data => x_msg_data );
609:
610: