DBA Data[Home] [Help]

APPS.AST_GRP_CAMP_PUB dependencies on STANDARD

Line 127: -- Standard Start of API savepoint

123: l_api_name CONSTANT VARCHAR2(30) := 'Create_grp_camp';
124: l_api_version_number CONSTANT NUMBER := 2.0;
125: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
126: BEGIN
127: -- Standard Start of API savepoint
128: SAVEPOINT CREATE_grp_camp_PUB;
129:
130: -- Standard call to check for call compatibility.
131: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

126: BEGIN
127: -- Standard Start of API savepoint
128: SAVEPOINT CREATE_grp_camp_PUB;
129:
130: -- Standard call to check for call compatibility.
131: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
132: p_api_version_number,
133: l_api_name,
134: G_PKG_NAME)

Line 195: -- Standard check for p_commit

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

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

202: -- Debug Message
203: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Public API: ' || l_api_name || 'end');
204:
205:
206: -- Standard call to get message count and if count is 1, get message info.
207: FND_MSG_PUB.Count_And_Get
208: ( p_count => x_msg_count,
209: p_data => x_msg_data
210: );

Line 262: -- Standard Start of API savepoint

258: l_api_name CONSTANT VARCHAR2(30) := 'Update_grp_camp';
259: l_api_version_number CONSTANT NUMBER := 2.0;
260: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT UPDATE_grp_camp_PUB;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT UPDATE_grp_camp_PUB;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
267: p_api_version_number,
268: l_api_name,
269: G_PKG_NAME)

Line 327: -- Standard check for p_commit

323: --
324: -- End of API body
325: --
326:
327: -- Standard check for p_commit
328: IF FND_API.to_Boolean( p_commit )
329: THEN
330: COMMIT WORK;
331: END IF;

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

334: -- Debug Message
335: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Public API: ' || l_api_name || 'end');
336:
337:
338: -- Standard call to get message count and if count is 1, get message info.
339: FND_MSG_PUB.Count_And_Get
340: ( p_count => x_msg_count,
341: p_data => x_msg_data
342: );

Line 395: -- Standard Start of API savepoint

391: l_api_name CONSTANT VARCHAR2(30) := 'Delete_grp_camp';
392: l_api_version_number CONSTANT NUMBER := 2.0;
393: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
394: BEGIN
395: -- Standard Start of API savepoint
396: SAVEPOINT DELETE_grp_camp_PUB;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

394: BEGIN
395: -- Standard Start of API savepoint
396: SAVEPOINT DELETE_grp_camp_PUB;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
400: p_api_version_number,
401: l_api_name,
402: G_PKG_NAME)

Line 460: -- Standard check for p_commit

456: --
457: -- End of API body
458: --
459:
460: -- Standard check for p_commit
461: IF FND_API.to_Boolean( p_commit )
462: THEN
463: COMMIT WORK;
464: END IF;

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

467: -- Debug Message
468: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Public API: ' || l_api_name || 'end');
469:
470:
471: -- Standard call to get message count and if count is 1, get message info.
472: FND_MSG_PUB.Count_And_Get
473: ( p_count => x_msg_count,
474: p_data => x_msg_data
475: );

Line 536: -- Standard Start of API savepoint

532: IS
533: l_api_name CONSTANT VARCHAR2(30) := 'Get_grp_camp';
534: l_api_version_number CONSTANT NUMBER := 2.0;
535: BEGIN
536: -- Standard Start of API savepoint
537: SAVEPOINT GET_grp_camp_PUB;
538:
539: -- Standard call to check for call compatibility.
540: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

535: BEGIN
536: -- Standard Start of API savepoint
537: SAVEPOINT GET_grp_camp_PUB;
538:
539: -- Standard call to check for call compatibility.
540: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
541: p_api_version_number,
542: l_api_name,
543: G_PKG_NAME)

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

603: -- Debug Message
604: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Public API: ' || l_api_name || 'end');
605:
606:
607: -- Standard call to get message count and if count is 1, get message info.
608: FND_MSG_PUB.Count_And_Get
609: ( p_count => x_msg_count,
610: p_data => x_msg_data
611: );