DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_PUB dependencies on STANDARD

Line 155: -- Standard Start of API savepoint

151: l_api_version_number CONSTANT NUMBER := 1.0;
152: --
153: BEGIN
154: --
155: -- Standard Start of API savepoint
156: SAVEPOINT UPDATE_LOGISTICS_LINE_PUB;
157: -- Standard call to check for call compatibility.
158: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
159: p_api_version,

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

153: BEGIN
154: --
155: -- Standard Start of API savepoint
156: SAVEPOINT UPDATE_LOGISTICS_LINE_PUB;
157: -- Standard call to check for call compatibility.
158: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
159: p_api_version,
160: l_api_name,
161: G_PKG_NAME)

Line 196: -- Standard check for p_commit

192: END IF;
193: --
194: -- End of API body.
195: --
196: -- Standard check for p_commit
197: IF FND_API.to_Boolean(p_commit)
198: THEN
199: COMMIT WORK;
200: END IF;

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

197: IF FND_API.to_Boolean(p_commit)
198: THEN
199: COMMIT WORK;
200: END IF;
201: -- Standard call to get message count and if count is 1, get message info.
202: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
203: p_data => x_msg_data);
204: --
205: EXCEPTION