DBA Data[Home] [Help]

APPS.IEM_ARCH_MSGDTLS_PVT dependencies on STANDARD

Line 71: -- Standard Start of API savepoint

67: l_created_updated_by NUMBER:=TO_NUMBER (FND_PROFILE.VALUE('USER_ID'));
68: L_LAST_UPDATE_LOGIN NUMBER:=TO_NUMBER (FND_PROFILE.VALUE('LOGIN_ID') ) ;
69:
70: BEGIN
71: -- Standard Start of API savepoint
72: SAVEPOINT create_arch_msgdtls_PVT;
73:
74: -- Standard call to check for call compatibility.
75:

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

70: BEGIN
71: -- Standard Start of API savepoint
72: SAVEPOINT create_arch_msgdtls_PVT;
73:
74: -- Standard call to check for call compatibility.
75:
76: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
77: p_api_version_number,
78: l_api_name,

Line 203: -- Standard Check Of p_commit.

199:
200:
201: x_message_id := l_seq_id;
202:
203: -- Standard Check Of p_commit.
204: IF FND_API.To_Boolean(p_commit) THEN
205: COMMIT WORK;
206: END IF;
207:

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

205: COMMIT WORK;
206: END IF;
207:
208:
209: -- Standard callto get message count and if count is 1, get message info.
210: FND_MSG_PUB.Count_And_Get
211: ( p_count => x_msg_count,
212: p_data => x_msg_data
213: );