DBA Data[Home] [Help]

APPS.IEM_OP_STAT_PUB dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33:
34: BEGIN
35:
36:
37: -- Standard Start of API savepoint
38: SAVEPOINT startOPStats_pvt;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

36:
37: -- Standard Start of API savepoint
38: SAVEPOINT startOPStats_pvt;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
42: 1.0,
43: l_api_name,
44: G_PKG_NAME)

Line 91: -- Standard Check Of p_commit.

87: );
88:
89:
90: -------------------End Code------------------------
91: -- Standard Check Of p_commit.
92: IF FND_API.To_Boolean(p_commit) THEN
93: COMMIT WORK;
94: END IF;
95:

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

92: IF FND_API.To_Boolean(p_commit) THEN
93: COMMIT WORK;
94: END IF;
95:
96: -- Standard callto get message count and if count is 1, get message info.
97: FND_MSG_PUB.Count_And_Get
98: ( p_count => x_msg_count,
99: p_data => x_msg_data
100: );

Line 161: -- Standard Start of API savepoint

157:
158: BEGIN
159:
160:
161: -- Standard Start of API savepoint
162: SAVEPOINT recordOPStats_pvt;
163:
164: -- Standard call to check for call compatibility.
165: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

160:
161: -- Standard Start of API savepoint
162: SAVEPOINT recordOPStats_pvt;
163:
164: -- Standard call to check for call compatibility.
165: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
166: 1.0,
167: l_api_name,
168: G_PKG_NAME)

Line 238: -- Standard Check Of p_commit.

234: );
235: END IF;
236:
237: -------------------End Code------------------------
238: -- Standard Check Of p_commit.
239: IF FND_API.To_Boolean(p_commit) THEN
240: COMMIT WORK;
241: END IF;
242:

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

239: IF FND_API.To_Boolean(p_commit) THEN
240: COMMIT WORK;
241: END IF;
242:
243: -- Standard callto get message count and if count is 1, get message info.
244: FND_MSG_PUB.Count_And_Get
245: ( p_count => x_msg_count,
246: p_data => x_msg_data
247: );