DBA Data[Home] [Help]

APPS.IEX_WEBSWITCH_PVT dependencies on STANDARD

Line 44: -- Standard begin of API savepoint

40: AND SWITCH_CODE = l_cgi_switch_rec.SWITCH_CODE;
41: CURSOR c_switch_data IS SELECT IEX_SWITCH_DATA_S.NEXTVAL
42: FROM SYS.DUAL;
43: begin
44: -- Standard begin of API savepoint
45: SAVEPOINT Create_WebSwitch_PUB;
46:
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

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

Line 173: -- Standard check of p_commit.

169: );
170:
171: -- END of API body
172:
173: -- Standard check of p_commit.
174: IF FND_API.To_Boolean ( p_commit ) THEN
175: COMMIT WORK;
176: END IF;
177:

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

174: IF FND_API.To_Boolean ( p_commit ) THEN
175: COMMIT WORK;
176: END IF;
177:
178: -- Standard call to get message count and IF count is 1, get message info.
179: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
180: p_data => x_msg_data );
181:
182:

Line 241: -- Standard begin of API savepoint

237: l_cgi_switch_rec IEX_WEBSWITCH_PKG.cgi_switch_rec_type;
238: l_switch_data_rec IEX_WEBSWITCH_PKG.switch_data_rec_type;
239:
240: begin
241: -- Standard begin of API savepoint
242: SAVEPOINT Update_WebSwitch_PVT;
243:
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

240: begin
241: -- Standard begin of API savepoint
242: SAVEPOINT Update_WebSwitch_PVT;
243:
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call (l_api_version,
246: p_api_version,
247: l_api_name,
248: G_PKG_NAME)

Line 348: -- Standard check of p_commit.

344:
345: -- END of API body
346:
347:
348: -- Standard check of p_commit.
349: IF FND_API.To_Boolean ( p_commit ) THEN
350: COMMIT WORK;
351: END IF;
352:

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

349: IF FND_API.To_Boolean ( p_commit ) THEN
350: COMMIT WORK;
351: END IF;
352:
353: -- Standard call to get message count and IF count is 1, get message info.
354: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
355: p_data => x_msg_data );
356:
357: