DBA Data[Home] [Help]

APPS.IBE_CART_NOTIFY_UTIL dependencies on STANDARD

Line 129: -- Standard Start of API savepoint

125:
126:
127: BEGIN
128:
129: -- Standard Start of API savepoint
130: SAVEPOINT Get_sales_assist_tokens_pvt;
131:
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

128:
129: -- Standard Start of API savepoint
130: SAVEPOINT Get_sales_assist_tokens_pvt;
131:
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
134: p_api_version,
135: L_API_NAME ,
136: G_PKG_NAME )

Line 218: -- Standard check of p_commit.

214: end loop;
215:
216: x_contact_phone := l_contact_phone;
217:
218: -- Standard check of p_commit.
219: IF FND_API.To_Boolean(p_commit) THEN
220: COMMIT WORK;
221: END IF;
222:

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

219: IF FND_API.To_Boolean(p_commit) THEN
220: COMMIT WORK;
221: END IF;
222:
223: -- Standard call to get message count and if count is 1, get message info.
224: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
225: p_count => x_msg_count ,
226: p_data => x_msg_data);
227: EXCEPTION

Line 289: -- Standard Start of API savepoint

285: l_notify_line_tokens IBE_CART_NOTIFY_UTIL.notify_line_tokens_tab_type;
286:
287: BEGIN
288:
289: -- Standard Start of API savepoint
290: SAVEPOINT Create_New_Version_Pvt;
291:
292: -- Standard call to check for call compatibility.
293: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

288:
289: -- Standard Start of API savepoint
290: SAVEPOINT Create_New_Version_Pvt;
291:
292: -- Standard call to check for call compatibility.
293: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
294: p_api_version,
295: L_API_NAME ,
296: G_PKG_NAME )

Line 321: -- Standard check of p_commit.

317: loop_counter := loop_counter+1;
318: EXIT when c_get_notify_line_tokens%NOTFOUND;
319: END LOOP;
320: x_notify_line_tokens := l_notify_line_tokens;
321: -- Standard check of p_commit.
322: IF FND_API.To_Boolean(p_commit) THEN
323: COMMIT WORK;
324: END IF;
325:

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

322: IF FND_API.To_Boolean(p_commit) THEN
323: COMMIT WORK;
324: END IF;
325:
326: -- Standard call to get message count and if count is 1, get message info.
327: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
328: p_count => x_msg_count ,
329: p_data => x_msg_data);
330: EXCEPTION