DBA Data[Home] [Help]

APPS.AMS_EVTREGS_PVT dependencies on STANDARD

Line 972: -- Standard Start of API savepoint

968: l_evt_regs_rec evt_regs_rec_type;
969:
970: BEGIN
971:
972: -- Standard Start of API savepoint
973: SAVEPOINT transfer_insert_PVT;
974: IF (AMS_DEBUG_HIGH_ON) THEN
975:
976: AMS_Utility_PVT.debug_message(l_full_name||': start');

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

980: THEN
981: FND_MSG_PUB.initialize;
982: END IF; -- p_init_msg_list
983:
984: -- Standard call to check for call compatibility.
985: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
986: , p_api_version_number
987: , l_api_name
988: , G_PKG_NAME

Line 1171: -- Standard Start of API savepoint

1167:
1168:
1169: BEGIN
1170:
1171: -- Standard Start of API savepoint
1172: SAVEPOINT CREATE_EvtRegs_PVT;
1173: IF (AMS_DEBUG_HIGH_ON) THEN
1174:
1175: AMS_Utility_PVT.debug_message(l_full_name||': start');

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

1179: THEN
1180: FND_MSG_PUB.initialize;
1181: END IF; -- p_init_msg_list
1182:
1183: -- Standard call to check for call compatibility.
1184: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
1185: , p_api_version_number
1186: , l_api_name
1187: , G_PKG_NAME

Line 1483: -- Standard Start of API savepoint

1479: l_evt_regs_Rec c_reg%ROWTYPE;
1480:
1481: BEGIN
1482:
1483: -- Standard Start of API savepoint
1484: SAVEPOINT UPDATE_evtregs_wrapper;
1485:
1486: -- Standard call to check for call compatibility.
1487: IF (NOT FND_API.Compatible_API_Call( l_api_version_number

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

1482:
1483: -- Standard Start of API savepoint
1484: SAVEPOINT UPDATE_evtregs_wrapper;
1485:
1486: -- Standard call to check for call compatibility.
1487: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
1488: , p_api_version_number
1489: , l_api_name
1490: , G_PKG_NAME

Line 1719: -- Standard Start of API savepoint

1715:
1716:
1717: BEGIN
1718:
1719: -- Standard Start of API savepoint
1720: SAVEPOINT UPDATE_EvtRegs_PVT;
1721:
1722: -- Standard call to check for call compatibility.
1723: IF (NOT FND_API.Compatible_API_Call( l_api_version_number

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

1718:
1719: -- Standard Start of API savepoint
1720: SAVEPOINT UPDATE_EvtRegs_PVT;
1721:
1722: -- Standard call to check for call compatibility.
1723: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
1724: , p_api_version_number
1725: , l_api_name
1726: , G_PKG_NAME

Line 1999: -- Standard check for p_commit

1995: END IF; -- ATTENDANCE FLAG
1996: END IF;
1997:
1998:
1999: -- Standard check for p_commit
2000: IF FND_API.to_Boolean( p_commit )
2001: THEN
2002: COMMIT WORK;
2003: END IF; -- p_commit

Line 2192: -- Standard Start of API savepoint

2188: and SYSTEM_STATUS_TYPE = 'AMS_EVENT_REG_STATUS';
2189:
2190: BEGIN
2191:
2192: -- Standard Start of API savepoint
2193: SAVEPOINT Cancel_EvtRegs_PVT;
2194: IF (AMS_DEBUG_HIGH_ON) THEN
2195:
2196: AMS_Utility_PVT.debug_message(l_full_name || ': start');

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

2195:
2196: AMS_Utility_PVT.debug_message(l_full_name || ': start');
2197: END IF;
2198:
2199: -- Standard call to check for call compatibility.
2200: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
2201: , p_api_version_number
2202: , l_api_name
2203: , G_PKG_NAME

Line 2785: -- Standard check for p_commit

2781: END LOOP; -- for cancel_reg_conf_data
2782: END IF; -- registration group id null
2783: END IF; -- event offer id
2784:
2785: -- Standard check for p_commit
2786: IF (FND_API.to_Boolean(p_commit))
2787: THEN
2788: COMMIT WORK;
2789: END IF; -- p_commit

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

2787: THEN
2788: COMMIT WORK;
2789: END IF; -- p_commit
2790:
2791: -- Standard call to get message count and if count is 1, get message info.
2792: FND_MSG_PUB.count_and_get( p_encoded => FND_API.g_false
2793: , p_count => x_msg_count
2794: , p_data => x_msg_data
2795: );

Line 3455: -- Standard check for p_commit

3451: -------------FINISH-----------------------------
3452:
3453: x_return_status := l_return_status;
3454:
3455: -- Standard check for p_commit
3456: IF (FND_API.to_Boolean(p_commit))
3457: THEN
3458: COMMIT WORK;
3459: END IF; -- p_commit

Line 3552: -- Standard Start of API savepoint

3548: l_return_status VARCHAR2(1);
3549:
3550: BEGIN
3551:
3552: -- Standard Start of API savepoint
3553: SAVEPOINT substitute_validate_PVT;
3554: IF (AMS_DEBUG_HIGH_ON) THEN
3555:
3556: AMS_Utility_PVT.debug_message(l_full_name || ': start');

Line 3627: -- Standard check for p_commit

3623: AMS_Utility_PVT.error_message('AMS_API_RECORD_NOT_FOUND');
3624: RAISE FND_API.g_exc_error;
3625: END IF; -- SQL%NOTFOUND
3626:
3627: -- Standard check for p_commit
3628: IF (FND_API.to_Boolean(p_commit))
3629: THEN
3630: COMMIT WORK;
3631: END IF; -- p_commit

Line 3756: -- Standard Start of API savepoint

3752: where confirmation_code = p_confirmation_code;
3753:
3754: BEGIN
3755:
3756: -- Standard Start of API savepoint
3757: SAVEPOINT transfer_validate_PVT;
3758: IF (AMS_DEBUG_HIGH_ON) THEN
3759:
3760: AMS_Utility_PVT.debug_message(l_full_name || ': start');

Line 4042: -- Standard check for p_commit

4038: END IF; -- check reg availability
4039: END IF; --Reg required flag
4040:
4041:
4042: -- Standard check for p_commit
4043: IF (FND_API.to_Boolean(p_commit))
4044: THEN
4045: COMMIT WORK;
4046: END IF; -- p_commit