DBA Data[Home] [Help]

APPS.IBE_QUOTE_REL_OBJ_PVT dependencies on STANDARD

Line 123: -- Standard Start of API savepoint

119: l_related_obj_tbl ASO_Quote_Pub.Related_Obj_Tbl_Type;
120: l_related_object_id NUMBER;
121: i NUMBER;
122: BEGIN
123: -- Standard Start of API savepoint
124: SAVEPOINT Create_Relationship_Pvt;
125:
126: -- Standard call to check for call compatibility.
127: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

122: BEGIN
123: -- Standard Start of API savepoint
124: SAVEPOINT Create_Relationship_Pvt;
125:
126: -- Standard call to check for call compatibility.
127: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
128: p_api_version,
129: L_API_NAME ,
130: G_PKG_NAME )

Line 208: -- Standard check of p_commit.

204: END IF;
205: END LOOP;
206: -- End of API body.
207:
208: -- Standard check of p_commit.
209: IF FND_API.To_Boolean(p_commit) THEN
210: COMMIT WORK;
211: END IF;
212:

Line 213: -- Standard call to get message count and if count is 1, get message info.

209: IF FND_API.To_Boolean(p_commit) THEN
210: COMMIT WORK;
211: END IF;
212:
213: -- Standard call to get message count and if count is 1, get message info.
214: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
215: p_count => x_msg_count ,
216: p_data => x_msg_data);
217: EXCEPTION

Line 267: -- Standard Start of API savepoint

263: l_related_obj_rec ASO_Quote_Pub.Related_Obj_Rec_Type;
264: l_related_obj_tbl ASO_Quote_Pub.Related_Obj_Tbl_Type;
265: l_related_object_id NUMBER;
266: BEGIN
267: -- Standard Start of API savepoint
268: SAVEPOINT Delete_Relationship_Pvt;
269:
270: -- Standard call to check for call compatibility.
271: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

266: BEGIN
267: -- Standard Start of API savepoint
268: SAVEPOINT Delete_Relationship_Pvt;
269:
270: -- Standard call to check for call compatibility.
271: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
272: p_api_version,
273: L_API_NAME ,
274: G_PKG_NAME )

Line 340: -- Standard check of p_commit.

336:
337: END LOOP;
338: -- End of API body.
339:
340: -- Standard check of p_commit.
341: IF FND_API.To_Boolean(p_commit) THEN
342: COMMIT WORK;
343: END IF;
344:

Line 345: -- Standard call to get message count and if count is 1, get message info.

341: IF FND_API.To_Boolean(p_commit) THEN
342: COMMIT WORK;
343: END IF;
344:
345: -- Standard call to get message count and if count is 1, get message info.
346: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
347: p_count => x_msg_count ,
348: p_data => x_msg_data);
349: EXCEPTION