DBA Data[Home] [Help]

APPS.AMS_AGENDAS_PVT dependencies on STANDARD

Line 113: -- Standard Start of API savepoint

109:
110:
111:
112: BEGIN
113: -- Standard Start of API savepoint
114: SAVEPOINT Create_Agenda_PVT;
115:
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

112: BEGIN
113: -- Standard Start of API savepoint
114: SAVEPOINT Create_Agenda_PVT;
115:
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call ( l_api_version,
118: p_api_version,
119: l_api_name,
120: G_PACKAGE_NAME)

Line 428: -- Standard check of p_commit.

424: ELSIF x_return_status = Fnd_Api.g_ret_sts_error THEN
425: RAISE Fnd_Api.g_exc_error;
426: END IF; */
427:
428: -- Standard check of p_commit.
429: IF FND_API.To_Boolean ( p_commit )
430: THEN
431: COMMIT WORK;
432: END IF;

Line 434: -- Standard call to get message count AND IF count is 1, get message info.

430: THEN
431: COMMIT WORK;
432: END IF;
433:
434: -- Standard call to get message count AND IF count is 1, get message info.
435: FND_MSG_PUB.Count_AND_Get
436: ( p_count => x_msg_count,
437: p_data => x_msg_data,
438: p_encoded => FND_API.G_FALSE

Line 532: -- Standard Start of API savepoint

528: WHERE agenda_id = p_agenda_rec.agenda_id;
529:
530:
531: BEGIN
532: -- Standard Start of API savepoint
533: SAVEPOINT Update_Agenda_PVT;
534:
535: -- Standard call to check for call compatibility.
536: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

531: BEGIN
532: -- Standard Start of API savepoint
533: SAVEPOINT Update_Agenda_PVT;
534:
535: -- Standard call to check for call compatibility.
536: IF NOT FND_API.Compatible_API_Call ( l_api_version,
537: p_api_version,
538: l_api_name,
539: G_PACKAGE_NAME)

Line 894: -- Standard check of p_commit.

890: ELSIF x_return_status = Fnd_Api.g_ret_sts_error THEN
891: RAISE Fnd_Api.g_exc_error;
892: END IF;
893:
894: -- Standard check of p_commit.
895: IF FND_API.To_Boolean ( p_commit )
896: THEN
897: COMMIT WORK;
898: END IF;

Line 900: -- Standard call to get message count AND IF count is 1, get message info.

896: THEN
897: COMMIT WORK;
898: END IF;
899:
900: -- Standard call to get message count AND IF count is 1, get message info.
901: FND_MSG_PUB.Count_AND_Get
902: ( p_count => x_msg_count,
903: p_data => x_msg_data,
904: p_encoded => FND_API.G_FALSE

Line 1009: -- Standard Start of API savepoint

1005: l_agenda_row c_agenda%ROWTYPE;
1006:
1007:
1008: BEGIN
1009: -- Standard Start of API savepoint
1010: SAVEPOINT Delete_Agenda_PVT;
1011:
1012: -- Standard call to check for call compatibility.
1013: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1008: BEGIN
1009: -- Standard Start of API savepoint
1010: SAVEPOINT Delete_Agenda_PVT;
1011:
1012: -- Standard call to check for call compatibility.
1013: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1014: p_api_version,
1015: l_api_name,
1016: G_PACKAGE_NAME)

Line 1170: -- Standard check of p_commit.

1166: END IF;
1167:
1168: -------------------- finish --------------------------
1169:
1170: -- Standard check of p_commit.
1171: IF FND_API.To_Boolean ( p_commit )
1172: THEN
1173: COMMIT WORK;
1174: END IF;

Line 1176: -- Standard call to get message count AND IF count is 1, get message info.

1172: THEN
1173: COMMIT WORK;
1174: END IF;
1175:
1176: -- Standard call to get message count AND IF count is 1, get message info.
1177: FND_MSG_PUB.Count_AND_Get
1178: ( p_count => x_msg_count,
1179: p_data => x_msg_data,
1180: p_encoded => FND_API.G_FALSE

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

1256: AND object_version_number = p_object_version
1257: FOR UPDATE of agenda_id NOWAIT;
1258:
1259: BEGIN
1260: -- Standard call to check for call compatibility.
1261: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1262: p_api_version,
1263: l_api_name,
1264: G_PACKAGE_NAME)

Line 1296: -- Standard call to get message count AND IF count is 1, get message info.

1292: RAISE FND_API.G_EXC_ERROR;
1293: END IF;
1294: CLOSE c_agenda;
1295:
1296: -- Standard call to get message count AND IF count is 1, get message info.
1297: FND_MSG_PUB.Count_AND_Get
1298: ( p_count => x_msg_count,
1299: p_data => x_msg_data,
1300: p_encoded => FND_API.G_FALSE

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

1375: l_agenda_rec agenda_rec_type := p_agenda_rec;
1376:
1377: -- l_default_act_resource_rec act_Resource_rec_type;
1378: BEGIN
1379: -- Standard call to check for call compatibility.
1380: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1381: p_api_version,
1382: l_api_name,
1383: G_PACKAGE_NAME)

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

2271: l_api_version CONSTANT NUMBER := 1.0;
2272: l_return_status VARCHAR2(1);
2273:
2274: BEGIN
2275: -- Standard call to check for call compatibility.
2276: IF NOT FND_API.Compatible_API_Call (
2277: l_api_version,
2278: l_api_version,
2279: l_api_name,