DBA Data[Home] [Help]

APPS.PV_ENTYRLS_PVT dependencies on STANDARD

Line 40: -- Standard Start of API savepoint

36: l_api_version_number CONSTANT NUMBER := 2.0;
37: l_return_status_full VARCHAR2(1);
38: l_access_flag VARCHAR2(1);
39: BEGIN
40: -- Standard Start of API savepoint
41: SAVEPOINT CREATE_ENTYRLS_PVT;
42:
43: -- Standard call to check for call compatibility.
44: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

39: BEGIN
40: -- Standard Start of API savepoint
41: SAVEPOINT CREATE_ENTYRLS_PVT;
42:
43: -- Standard call to check for call compatibility.
44: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
45: p_api_version_number,
46: l_api_name,
47: G_PKG_NAME)

Line 165: -- Standard check for p_commit

161: --
162: -- End of API body
163: --
164:
165: -- Standard check for p_commit
166: IF FND_API.to_Boolean( p_commit )
167: THEN
168: COMMIT WORK;
169: END IF;

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

175: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
176: END IF;
177:
178:
179: -- Standard call to get message count and if count is 1, get message info.
180: FND_MSG_PUB.Count_And_Get
181: ( p_count => x_msg_count,
182: p_data => x_msg_data
183: );

Line 247: -- Standard Start of API savepoint

243: l_ref_ENTYRLS_rec PV_RULE_RECTYPE_PUB.ENTYRLS_Rec_Type;
244: l_tar_ENTYRLS_rec PV_RULE_RECTYPE_PUB.ENTYRLS_Rec_Type := P_ENTYRLS_Rec;
245: l_rowid ROWID;
246: BEGIN
247: -- Standard Start of API savepoint
248: SAVEPOINT UPDATE_ENTYRLS_PVT;
249:
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

246: BEGIN
247: -- Standard Start of API savepoint
248: SAVEPOINT UPDATE_ENTYRLS_PVT;
249:
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
252: p_api_version_number,
253: l_api_name,
254: G_PKG_NAME)

Line 402: -- Standard check for p_commit

398: --
399: -- End of API body.
400: --
401:
402: -- Standard check for p_commit
403: IF FND_API.to_Boolean( p_commit )
404: THEN
405: COMMIT WORK;
406: END IF;

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

412: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
413: END IF;
414:
415:
416: -- Standard call to get message count and if count is 1, get message info.
417: FND_MSG_PUB.Count_And_Get
418: ( p_count => x_msg_count,
419: p_data => x_msg_data
420: );

Line 475: -- Standard Start of API savepoint

471: IS
472: l_api_name CONSTANT VARCHAR2(30) := 'Delete_entyrls';
473: l_api_version_number CONSTANT NUMBER := 2.0;
474: BEGIN
475: -- Standard Start of API savepoint
476: SAVEPOINT DELETE_ENTYRLS_PVT;
477:
478: -- Standard call to check for call compatibility.
479: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

474: BEGIN
475: -- Standard Start of API savepoint
476: SAVEPOINT DELETE_ENTYRLS_PVT;
477:
478: -- Standard call to check for call compatibility.
479: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
480: p_api_version_number,
481: l_api_name,
482: G_PKG_NAME)

Line 522: -- Standard check for p_commit

518: --
519: -- End of API body
520: --
521:
522: -- Standard check for p_commit
523: IF FND_API.to_Boolean( p_commit )
524: THEN
525: COMMIT WORK;
526: END IF;

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

532: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
533: END IF;
534:
535:
536: -- Standard call to get message count and if count is 1, get message info.
537: FND_MSG_PUB.Count_And_Get
538: ( p_count => x_msg_count,
539: p_data => x_msg_data
540: );

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

646: END IF;
647: END IF;
648:
649:
650: -- Standard call to get message count and if count is 1, get message info.
651: FND_MSG_PUB.Count_And_Get
652: ( p_count => x_msg_count,
653: p_data => x_msg_data
654: );