DBA Data[Home] [Help]

APPS.AST_GRP_CAMP_PVT dependencies on STANDARD

Line 46: -- Standard Start of API savepoint

42: l_api_version_number CONSTANT NUMBER := 1.0;
43: l_return_status_full VARCHAR2(1);
44: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT CREATE_grp_camp_PVT;
48:
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT CREATE_grp_camp_PVT;
48:
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
51: p_api_version_number,
52: l_api_name,
53: G_PKG_NAME)

Line 171: -- Standard check for p_commit

167: --
168: -- End of API body
169: --
170:
171: -- Standard check for p_commit
172: IF FND_API.to_Boolean( p_commit )
173: THEN
174: COMMIT WORK;
175: END IF;

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

178: -- Debug Message
179: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Private API: ' || l_api_name || 'end');
180:
181:
182: -- Standard call to get message count and if count is 1, get message info.
183: FND_MSG_PUB.Count_And_Get
184: ( p_count => x_msg_count,
185: p_data => x_msg_data
186: );

Line 277: -- Standard Start of API savepoint

273: l_ref_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
274: l_tar_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type := P_grp_camp_Rec;
275: l_rowid ROWID;
276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT UPDATE_grp_camp_PVT;
279:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT UPDATE_grp_camp_PVT;
279:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
282: p_api_version_number,
283: l_api_name,
284: G_PKG_NAME)

Line 437: -- Standard check for p_commit

433: --
434: -- End of API body.
435: --
436:
437: -- Standard check for p_commit
438: IF FND_API.to_Boolean( p_commit )
439: THEN
440: COMMIT WORK;
441: END IF;

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

444: -- Debug Message
445: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Private API: ' || l_api_name || 'end');
446:
447:
448: -- Standard call to get message count and if count is 1, get message info.
449: FND_MSG_PUB.Count_And_Get
450: ( p_count => x_msg_count,
451: p_data => x_msg_data
452: );

Line 524: -- Standard Start of API savepoint

520: l_api_name CONSTANT VARCHAR2(30) := 'Delete_grp_camp';
521: l_api_version_number CONSTANT NUMBER := 1.0;
522: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
523: BEGIN
524: -- Standard Start of API savepoint
525: SAVEPOINT DELETE_grp_camp_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_grp_camp_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 597: -- Standard check for p_commit

593: --
594: -- End of API body
595: --
596:
597: -- Standard check for p_commit
598: IF FND_API.to_Boolean( p_commit )
599: THEN
600: COMMIT WORK;
601: END IF;

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

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

Line 969: -- Standard Start of API savepoint

965: -- Local scratch record
966: l_grp_camp_rec ast_grp_camp_PUB.grp_camp_Rec_Type;
967: l_crit_grp_camp_rec ast_grp_camp_PUB.grp_camp_Rec_Type;
968: BEGIN
969: -- Standard Start of API savepoint
970: SAVEPOINT GET_grp_camp_PVT;
971:
972: -- Standard call to check for call compatibility.
973: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

968: BEGIN
969: -- Standard Start of API savepoint
970: SAVEPOINT GET_grp_camp_PVT;
971:
972: -- Standard call to check for call compatibility.
973: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
974: p_api_version_number,
975: l_api_name,
976: G_PKG_NAME)

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

1136: -- Debug Message
1137: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Private API: ' || l_api_name || 'end');
1138:
1139:
1140: -- Standard call to get message count and if count is 1, get message info.
1141: FND_MSG_PUB.Count_And_Get
1142: ( p_count => x_msg_count,
1143: p_data => x_msg_data
1144: );

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

1223: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1224: NULL;
1225: END IF;
1226:
1227: -- Standard call to get message count and if count is 1, get message info.
1228: FND_MSG_PUB.Count_And_Get
1229: ( p_count => x_msg_count,
1230: p_data => x_msg_data
1231: );

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

1279: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1280: NULL;
1281: END IF;
1282:
1283: -- Standard call to get message count and if count is 1, get message info.
1284: FND_MSG_PUB.Count_And_Get
1285: ( p_count => x_msg_count,
1286: p_data => x_msg_data
1287: );

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

1335: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1336: NULL;
1337: END IF;
1338:
1339: -- Standard call to get message count and if count is 1, get message info.
1340: FND_MSG_PUB.Count_And_Get
1341: ( p_count => x_msg_count,
1342: p_data => x_msg_data
1343: );

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

1383: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1384: NULL;
1385: END IF;
1386:
1387: -- Standard call to get message count and if count is 1, get message info.
1388: FND_MSG_PUB.Count_And_Get
1389: ( p_count => x_msg_count,
1390: p_data => x_msg_data
1391: );

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

1431: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1432: NULL;
1433: END IF;
1434:
1435: -- Standard call to get message count and if count is 1, get message info.
1436: FND_MSG_PUB.Count_And_Get
1437: ( p_count => x_msg_count,
1438: p_data => x_msg_data
1439: );

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

1487: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1488: NULL;
1489: END IF;
1490:
1491: -- Standard call to get message count and if count is 1, get message info.
1492: FND_MSG_PUB.Count_And_Get
1493: ( p_count => x_msg_count,
1494: p_data => x_msg_data
1495: );

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

1531:
1532: -- Debug Message
1533: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'API_INVALID_RECORD');
1534:
1535: -- Standard call to get message count and if count is 1, get message info.
1536: FND_MSG_PUB.Count_And_Get
1537: ( p_count => x_msg_count,
1538: p_data => x_msg_data
1539: );