DBA Data[Home] [Help]

APPS.PV_SELCRIT_PVT dependencies on STANDARD

Line 40: -- Standard Start of API savepoint

36: l_return_status_full VARCHAR2(1);
37: l_access_flag VARCHAR2(1);
38: l_previous_status VARCHAR2(30);
39: BEGIN
40: -- Standard Start of API savepoint
41: SAVEPOINT CREATE_SELCRIT_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_SELCRIT_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 184: -- Standard check for p_commit

180: --
181: -- End of API body
182: --
183:
184: -- Standard check for p_commit
185: IF FND_API.to_Boolean( p_commit )
186: THEN
187: COMMIT WORK;
188: END IF;

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

194: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
195: END IF;
196:
197:
198: -- Standard call to get message count and if count is 1, get message info.
199: FND_MSG_PUB.Count_And_Get
200: ( p_count => x_msg_count,
201: p_data => x_msg_data
202: );

Line 268: -- Standard Start of API savepoint

264: l_ref_SELCRIT_rec PV_RULE_RECTYPE_PUB.SELCRIT_Rec_Type;
265: l_tar_SELCRIT_rec PV_RULE_RECTYPE_PUB.SELCRIT_Rec_Type := P_SELCRIT_Rec;
266: l_rowid ROWID;
267: BEGIN
268: -- Standard Start of API savepoint
269: SAVEPOINT UPDATE_SELCRIT_PVT;
270:
271: -- Standard call to check for call compatibility.
272: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

267: BEGIN
268: -- Standard Start of API savepoint
269: SAVEPOINT UPDATE_SELCRIT_PVT;
270:
271: -- Standard call to check for call compatibility.
272: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
273: p_api_version_number,
274: l_api_name,
275: G_PKG_NAME)

Line 442: -- Standard check for p_commit

438: ); --
439: -- End of API body.
440: --
441:
442: -- Standard check for p_commit
443: IF FND_API.to_Boolean( p_commit )
444: THEN
445: COMMIT WORK;
446: END IF;

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

452: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
453: END IF;
454:
455:
456: -- Standard call to get message count and if count is 1, get message info.
457: FND_MSG_PUB.Count_And_Get
458: ( p_count => x_msg_count,
459: p_data => x_msg_data
460: );

Line 524: -- Standard Start of API savepoint

520:
521: l_attr_value_id number;
522:
523: BEGIN
524: -- Standard Start of API savepoint
525: SAVEPOINT DELETE_SELCRIT_PVT;
526:
527: -- Standard call to check for call compatibility.
528: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

523: BEGIN
524: -- Standard Start of API savepoint
525: SAVEPOINT DELETE_SELCRIT_PVT;
526:
527: -- Standard call to check for call compatibility.
528: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
529: p_api_version_number,
530: l_api_name,
531: G_PKG_NAME)

Line 609: -- Standard check for p_commit

605: --
606: -- End of API body
607: --
608:
609: -- Standard check for p_commit
610: IF FND_API.to_Boolean( p_commit )
611: THEN
612: COMMIT WORK;
613: END IF;

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

619: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
620: END IF;
621:
622:
623: -- Standard call to get message count and if count is 1, get message info.
624: FND_MSG_PUB.Count_And_Get
625: ( p_count => x_msg_count,
626: p_data => x_msg_data
627: );

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

733: END IF;
734: END IF;
735:
736:
737: -- Standard call to get message count and if count is 1, get message info.
738: FND_MSG_PUB.Count_And_Get
739: ( p_count => x_msg_count,
740: p_data => x_msg_data
741: );