DBA Data[Home] [Help]

APPS.IEM_MS_MSGMETA_PVT dependencies on STANDARD

Line 74: -- Standard Start of API savepoint

70: l_system_flag VARCHAR2(256);
71: l_x_mailer VARCHAR2(256);
72:
73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT create_item_tag_PVT;
76:
77: -- Standard call to check for call compatibility.
78:

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

73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT create_item_tag_PVT;
76:
77: -- Standard call to check for call compatibility.
78:
79: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
80: p_api_version_number,
81: l_api_name,

Line 174: -- Standard Check Of p_commit.

170: sysdate,
171: decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
172: );
173:
174: -- Standard Check Of p_commit.
175: IF FND_API.To_Boolean(p_commit) THEN
176: COMMIT WORK;
177: END IF;
178: x_ref_key := l_seq_id;

Line 180: -- Standard callto get message count and if count is 1, get message info.

176: COMMIT WORK;
177: END IF;
178: x_ref_key := l_seq_id;
179:
180: -- Standard callto get message count and if count is 1, get message info.
181: FND_MSG_PUB.Count_And_Get
182: ( p_count => x_msg_count,
183: p_data => x_msg_data
184: );

Line 255: -- Standard Start of API savepoint

251: --l_value VARCHAR2(256);
252: l_type VARCHAR2(100);
253:
254: BEGIN
255: -- Standard Start of API savepoint
256: SAVEPOINT create_sender_recipient_PVT;
257:
258: -- Standard call to check for call compatibility.
259:

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

254: BEGIN
255: -- Standard Start of API savepoint
256: SAVEPOINT create_sender_recipient_PVT;
257:
258: -- Standard call to check for call compatibility.
259:
260: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
261: p_api_version_number,
262: l_api_name,

Line 315: -- Standard Check Of p_commit.

311: decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
312: );
313: end loop;
314:
315: -- Standard Check Of p_commit.
316: IF FND_API.To_Boolean(p_commit) THEN
317: COMMIT WORK;
318: END IF;
319:

Line 320: -- Standard callto get message count and if count is 1, get message info.

316: IF FND_API.To_Boolean(p_commit) THEN
317: COMMIT WORK;
318: END IF;
319:
320: -- Standard callto get message count and if count is 1, get message info.
321: FND_MSG_PUB.Count_And_Get
322: ( p_count => x_msg_count,
323: p_data => x_msg_data
324: );

Line 391: -- Standard Start of API savepoint

387: l_type VARCHAR2(30);
388:
389: l_EMCMSG_PART_ID number;
390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT create_sender_recipient_PVT;
393:
394: -- Standard call to check for call compatibility.
395:

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

390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT create_sender_recipient_PVT;
393:
394: -- Standard call to check for call compatibility.
395:
396: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
397: p_api_version_number,
398: l_api_name,

Line 447: -- Standard Check Of p_commit.

443: decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
444: );
445: end loop;
446:
447: -- Standard Check Of p_commit.
448: IF FND_API.To_Boolean(p_commit) THEN
449: COMMIT WORK;
450: END IF;
451:

Line 452: -- Standard callto get message count and if count is 1, get message info.

448: IF FND_API.To_Boolean(p_commit) THEN
449: COMMIT WORK;
450: END IF;
451:
452: -- Standard callto get message count and if count is 1, get message info.
453: FND_MSG_PUB.Count_And_Get
454: ( p_count => x_msg_count,
455: p_data => x_msg_data
456: );

Line 519: -- Standard Start of API savepoint

515:
516: l_received_date DATE := sysdate;
517:
518: BEGIN
519: -- Standard Start of API savepoint
520: SAVEPOINT insert_preproc_wrapper_PVT;
521:
522: -- Standard call to check for call compatibility.
523:

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

518: BEGIN
519: -- Standard Start of API savepoint
520: SAVEPOINT insert_preproc_wrapper_PVT;
521:
522: -- Standard call to check for call compatibility.
523:
524: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
525: p_api_version_number,
526: l_api_name,

Line 560: -- Standard Check Of p_commit.

556: x_return_status => l_return_status,
557: x_msg_count => l_msg_count,
558: x_msg_data => l_msg_data);
559:
560: -- Standard Check Of p_commit.
561: IF FND_API.To_Boolean(p_commit) THEN
562: COMMIT WORK;
563: END IF;
564:

Line 565: -- Standard callto get message count and if count is 1, get message info.

561: IF FND_API.To_Boolean(p_commit) THEN
562: COMMIT WORK;
563: END IF;
564:
565: -- Standard callto get message count and if count is 1, get message info.
566: FND_MSG_PUB.Count_And_Get
567: ( p_count => x_msg_count,
568: p_data => x_msg_data
569: );

Line 636: -- Standard Start of API savepoint

632:
633: l_received_date DATE := sysdate;
634:
635: BEGIN
636: -- Standard Start of API savepoint
637: SAVEPOINT insert_preproc_wrapper_PVT;
638:
639: -- Standard call to check for call compatibility.
640:

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

635: BEGIN
636: -- Standard Start of API savepoint
637: SAVEPOINT insert_preproc_wrapper_PVT;
638:
639: -- Standard call to check for call compatibility.
640:
641: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
642: p_api_version_number,
643: l_api_name,

Line 679: -- Standard Check Of p_commit.

675: WHERE MESSAGE_ID=p_msg_id AND PART_ID=p_part_id AND PART_TYPE =p_part_type
676: AND PART_NAME = p_part_name;
677:
678:
679: -- Standard Check Of p_commit.
680: IF FND_API.To_Boolean(p_commit) THEN
681: COMMIT WORK;
682: END IF;
683:

Line 684: -- Standard callto get message count and if count is 1, get message info.

680: IF FND_API.To_Boolean(p_commit) THEN
681: COMMIT WORK;
682: END IF;
683:
684: -- Standard callto get message count and if count is 1, get message info.
685: FND_MSG_PUB.Count_And_Get
686: ( p_count => x_msg_count,
687: p_data => x_msg_data
688: );