DBA Data[Home] [Help]

APPS.IEM_DP_LOG_PVT dependencies on STANDARD

Line 53: -- Standard Start of API savepoint

49: IEM_AGENT_INTERACTION_ID_NULL EXCEPTION;
50:
51:
52: BEGIN
53: -- Standard Start of API savepoint
54: SAVEPOINT create_item_PVT;
55:
56: -- Standard call to check for call compatibility.
57:

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

52: BEGIN
53: -- Standard Start of API savepoint
54: SAVEPOINT create_item_PVT;
55:
56: -- Standard call to check for call compatibility.
57:
58: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
59: p_api_version_number,
60: l_api_name,

Line 163: -- Standard Check Of p_commit.

159: );
160:
161: end if;
162:
163: -- Standard Check Of p_commit.
164: IF FND_API.To_Boolean(p_commit) THEN
165: COMMIT WORK;
166: END IF;
167:

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

164: IF FND_API.To_Boolean(p_commit) THEN
165: COMMIT WORK;
166: END IF;
167:
168: -- Standard callto get message count and if count is 1, get message info.
169: FND_MSG_PUB.Count_And_Get
170: ( p_count => x_msg_count,
171: p_data => x_msg_data
172: );