DBA Data[Home] [Help]

APPS.XDP_DRC_UTIL_PUB dependencies on STANDARD

Line 39: -- Standard Start of API savepoint

35: l_OAI_array JTF_USR_HKS.OAI_data_array_type ;
36: l_bind_data_id number;
37: BEGIN
38:
39: -- Standard Start of API savepoint
40: -- SAVEPOINT l_order_tag;
41:
42: -- Standard call to check for call compatibility.
43: IF NOT FND_API.Compatible_API_Call (

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

38:
39: -- Standard Start of API savepoint
40: -- SAVEPOINT l_order_tag;
41:
42: -- Standard call to check for call compatibility.
43: IF NOT FND_API.Compatible_API_Call (
44: l_api_version,
45: p_api_version,
46: l_api_name,

Line 222: -- Standard check of p_commit.

218: /******* End of Message Generation Section ********/
219:
220: x_return_status := FND_API.G_RET_STS_SUCCESS;
221:
222: -- Standard check of p_commit.
223: IF FND_API.To_Boolean( p_commit ) THEN
224: COMMIT WORK;
225: END IF;
226:

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

223: IF FND_API.To_Boolean( p_commit ) THEN
224: COMMIT WORK;
225: END IF;
226:
227: -- Standard call to get message count and if count is 1, get message info.
228: FND_MSG_PUB.Count_And_Get (
229: p_count => x_msg_count,
230: p_data => x_msg_data );
231: