DBA Data[Home] [Help]

APPS.AMS_EVTREGS_PUB dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37: l_return_status VARCHAR2(1); -- Return value from procedures.
38: l_cancellation_code VARCHAR2(30);
39:
40: BEGIN
41: -- Standard Start of API savepoint
42: SAVEPOINT Register_pub;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 156: -- Standard check for p_commit

152: END IF;
153:
154: -- End of API body.
155:
156: -- Standard check for p_commit
157: IF FND_API.to_Boolean( p_commit )
158: THEN
159: COMMIT WORK;
160: END IF;

Line 244: -- Standard Start of API savepoint

240: l_api_version_number CONSTANT NUMBER := 1.0;
241: l_evt_regs_rec AMS_EvtRegs_PVT.evt_regs_Rec_Type := P_evt_regs_Rec;
242: l_return_status VARCHAR2(1); -- Return value from procedures.
243: BEGIN
244: -- Standard Start of API savepoint
245: SAVEPOINT UPDATE_Registration_PUB;
246:
247: -- Standard call to check for call compatibility.
248: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 358: -- Standard check for p_commit

354: RAISE FND_API.g_exc_unexpected_error;
355: END IF;
356: END IF;
357:
358: -- Standard check for p_commit
359: IF FND_API.to_Boolean( p_commit )
360: THEN
361: COMMIT WORK;
362: END IF;

Line 435: -- Standard Start of API savepoint

431: l_pvt_evt_regs_rec AMS_EvtRegs_PVT.evt_regs_Rec_Type;
432: l_object_version NUMBER := p_object_version;
433: l_return_status VARCHAR2(1);
434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT Cancel_Registration_PUB;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT Cancel_Registration_PUB;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
440: p_api_version_number,
441: l_api_name,
442: G_PKG_NAME)

Line 567: -- Standard check for p_commit

563: RAISE FND_API.g_exc_unexpected_error;
564: END IF;
565: END IF;
566:
567: -- Standard check for p_commit
568: IF FND_API.to_Boolean( p_commit )
569: THEN
570: COMMIT WORK;
571: END IF;

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

571: END IF;
572:
573: x_return_status := FND_API.g_ret_sts_success;
574:
575: -- Standard call to get message count and if count is 1, get message info.
576: FND_MSG_PUB.count_and_get(
577: p_encoded => FND_API.g_false,
578: p_count => x_msg_count,
579: p_data => x_msg_data

Line 638: -- Standard Start of API savepoint

634: l_object_version NUMBER := p_object_version;
635: l_return_status VARCHAR2(1); -- Return value from procedures.
636:
637: BEGIN
638: -- Standard Start of API savepoint
639: SAVEPOINT delete_Registration_PUB;
640:
641: -- Standard call to check for call compatibility.
642: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

637: BEGIN
638: -- Standard Start of API savepoint
639: SAVEPOINT delete_Registration_PUB;
640:
641: -- Standard call to check for call compatibility.
642: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
643: p_api_version_number,
644: l_api_name,
645: G_PKG_NAME)

Line 747: -- Standard check for p_commit

743:
744:
745: -- End of API body
746:
747: -- Standard check for p_commit
748: IF FND_API.to_Boolean( p_commit )
749: THEN
750: COMMIT WORK;
751: END IF;

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

749: THEN
750: COMMIT WORK;
751: END IF;
752:
753: -- Standard call to get message count and if count is 1, get message info.
754: FND_MSG_PUB.count_and_get(
755: p_encoded => FND_API.g_false,
756: p_count => x_msg_count,
757: p_data => x_msg_data

Line 829: -- Standard Start of API savepoint

825: l_return_status VARCHAR2(1); -- Return value from procedures.
826: l_event_offer_id NUMBER := p_event_offer_id;
827:
828: BEGIN
829: -- Standard Start of API savepoint
830: SAVEPOINT prioritize_reg_wailist_pub;
831:
832: -- Standard call to check for call compatibility.
833: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

828: BEGIN
829: -- Standard Start of API savepoint
830: SAVEPOINT prioritize_reg_wailist_pub;
831:
832: -- Standard call to check for call compatibility.
833: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
834: p_api_version_number,
835: l_api_name,
836: G_PKG_NAME)

Line 933: -- Standard check for p_commit

929: END IF;
930:
931: -- End of API body
932:
933: -- Standard check for p_commit
934: IF FND_API.to_Boolean( p_commit )
935: THEN
936: COMMIT WORK;
937: END IF;

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

935: THEN
936: COMMIT WORK;
937: END IF;
938:
939: -- Standard call to get message count and if count is 1, get message info.
940: FND_MSG_PUB.count_and_get(
941: p_encoded => FND_API.g_false,
942: p_count => x_msg_count,
943: p_data => x_msg_data

Line 1024: -- Standard Start of API savepoint

1020: l_confirmation_code VARCHAR2(30) := p_confirmation_code;
1021: l_return_status VARCHAR2(1); -- Return value from procedures.
1022:
1023: BEGIN
1024: -- Standard Start of API savepoint
1025: SAVEPOINT substitute_enrollee_pub;
1026:
1027: -- Standard call to check for call compatibility.
1028: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1023: BEGIN
1024: -- Standard Start of API savepoint
1025: SAVEPOINT substitute_enrollee_pub;
1026:
1027: -- Standard call to check for call compatibility.
1028: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1029: p_api_version_number,
1030: l_api_name,
1031: G_PKG_NAME)

Line 1158: -- Standard check for p_commit

1154: RAISE FND_API.g_exc_unexpected_error;
1155: END IF;
1156: END IF;
1157:
1158: -- Standard check for p_commit
1159: IF FND_API.to_Boolean( p_commit )
1160: THEN
1161: COMMIT WORK;
1162: END IF;

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

1160: THEN
1161: COMMIT WORK;
1162: END IF;
1163:
1164: -- Standard call to get message count and if count is 1, get message info.
1165: FND_MSG_PUB.count_and_get(
1166: p_encoded => FND_API.g_false,
1167: p_count => x_msg_count,
1168: p_data => x_msg_data

Line 1255: -- Standard Start of API savepoint

1251: l_api_version_number CONSTANT NUMBER := 1.0;
1252: l_return_status VARCHAR2(1); -- Return value from procedures.
1253:
1254: BEGIN
1255: -- Standard Start of API savepoint
1256: SAVEPOINT substitute_enrollee_PUB;
1257:
1258: -- Standard call to check for call compatibility.
1259: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1254: BEGIN
1255: -- Standard Start of API savepoint
1256: SAVEPOINT substitute_enrollee_PUB;
1257:
1258: -- Standard call to check for call compatibility.
1259: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1260: p_api_version_number,
1261: l_api_name,
1262: G_PKG_NAME)

Line 1409: -- Standard check for p_commit

1405:
1406:
1407: -- End of API body
1408:
1409: -- Standard check for p_commit
1410: IF FND_API.to_Boolean( p_commit )
1411: THEN
1412: COMMIT WORK;
1413: END IF;

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

1411: THEN
1412: COMMIT WORK;
1413: END IF;
1414:
1415: -- Standard call to get message count and if count is 1, get message info.
1416: FND_MSG_PUB.count_and_get(
1417: p_encoded => FND_API.g_false,
1418: p_count => x_msg_count,
1419: p_data => x_msg_data