DBA Data[Home] [Help]

APPS.CCT_CONCURRENT_PUB dependencies on STANDARD

Line 97: -- Standard Start of API savepoint

93: p_init_msg_list VARCHAR2(256);
94: p_commit VARCHAR2(256);
95:
96: BEGIN
97: -- Standard Start of API savepoint
98:
99: -- fnd_file.put_line(fnd_file.log, 'Worker Program Started 1');
100: p_api_version := 1.0;
101: p_init_msg_list := FND_API.G_FALSE;

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

102: p_commit := FND_API.G_TRUE;
103:
104:
105: SAVEPOINT CLOSE_MEDIA_ITEMS_PUB;
106: -- Standard call to check for call compatibility.
107: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
108: p_api_version ,
109: l_api_name ,
110: G_PKG_NAME )

Line 288: -- Standard check of p_commit.

284: end;
285:
286: -- fnd_file.put_line(fnd_file.log, 'Worker Program Ended ');
287: -- End of API body.
288: -- Standard check of p_commit.
289: IF FND_API.To_Boolean( p_commit ) THEN
290: COMMIT WORK;
291: END IF;
292: -- Standard call to get message count and if count is 1, get message info.

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

288: -- Standard check of p_commit.
289: IF FND_API.To_Boolean( p_commit ) THEN
290: COMMIT WORK;
291: END IF;
292: -- Standard call to get message count and if count is 1, get message info.
293: FND_MSG_PUB.Count_And_Get
294: ( p_count => l_msg_count ,
295: p_data => ERRBUF
296: );

Line 448: -- Standard Start of API savepoint

444: l_attribute1 VARCHAR2(150);
445: l_attribute2 VARCHAR2(150);
446:
447: BEGIN
448: -- Standard Start of API savepoint
449:
450: -- fnd_file.put_line(fnd_file.log, 'Worker Program Started 1');
451:
452: SAVEPOINT TIMEOUT_MEDIA_ITEMS_PUB;

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

449:
450: -- fnd_file.put_line(fnd_file.log, 'Worker Program Started 1');
451:
452: SAVEPOINT TIMEOUT_MEDIA_ITEMS_PUB;
453: -- Standard call to check for call compatibility.
454: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
455: p_api_version ,
456: l_api_name ,
457: G_PKG_NAME )

Line 611: -- Standard check of p_commit.

607: end;
608:
609: -- fnd_file.put_line(fnd_file.log, 'Worker Program Ended ');
610: -- End of API body.
611: -- Standard check of p_commit.
612: IF FND_API.To_Boolean( p_commit ) THEN
613: COMMIT WORK;
614: END IF;
615: -- Standard call to get message count and if count is 1, get message info.

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

611: -- Standard check of p_commit.
612: IF FND_API.To_Boolean( p_commit ) THEN
613: COMMIT WORK;
614: END IF;
615: -- Standard call to get message count and if count is 1, get message info.
616: FND_MSG_PUB.Count_And_Get
617: ( p_count => l_msg_count ,
618: p_data => ERRBUF
619: );