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 1168: -- Standard Start of API savepoint

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

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

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

Line 1468: -- Standard Start of API savepoint

1464: l_evt_regs_Rec c_reg%ROWTYPE;
1465:
1466: BEGIN
1467:
1468: -- Standard Start of API savepoint
1469: SAVEPOINT UPDATE_evtregs_wrapper;
1470:
1471: -- Standard call to check for call compatibility.
1472: IF (NOT FND_API.Compatible_API_Call( l_api_version_number

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

1467:
1468: -- Standard Start of API savepoint
1469: SAVEPOINT UPDATE_evtregs_wrapper;
1470:
1471: -- Standard call to check for call compatibility.
1472: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
1473: , p_api_version_number
1474: , l_api_name
1475: , G_PKG_NAME

Line 1704: -- Standard Start of API savepoint

1700:
1701:
1702: BEGIN
1703:
1704: -- Standard Start of API savepoint
1705: SAVEPOINT UPDATE_EvtRegs_PVT;
1706:
1707: -- Standard call to check for call compatibility.
1708: IF (NOT FND_API.Compatible_API_Call( l_api_version_number

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

1703:
1704: -- Standard Start of API savepoint
1705: SAVEPOINT UPDATE_EvtRegs_PVT;
1706:
1707: -- Standard call to check for call compatibility.
1708: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
1709: , p_api_version_number
1710: , l_api_name
1711: , G_PKG_NAME

Line 1984: -- Standard check for p_commit

1980: END IF; -- ATTENDANCE FLAG
1981: END IF;
1982:
1983:
1984: -- Standard check for p_commit
1985: IF FND_API.to_Boolean( p_commit )
1986: THEN
1987: COMMIT WORK;
1988: END IF; -- p_commit

Line 2177: -- Standard Start of API savepoint

2173: and SYSTEM_STATUS_TYPE = 'AMS_EVENT_REG_STATUS';
2174:
2175: BEGIN
2176:
2177: -- Standard Start of API savepoint
2178: SAVEPOINT Cancel_EvtRegs_PVT;
2179: IF (AMS_DEBUG_HIGH_ON) THEN
2180:
2181: AMS_Utility_PVT.debug_message(l_full_name || ': start');

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

2180:
2181: AMS_Utility_PVT.debug_message(l_full_name || ': start');
2182: END IF;
2183:
2184: -- Standard call to check for call compatibility.
2185: IF (NOT FND_API.Compatible_API_Call( l_api_version_number
2186: , p_api_version_number
2187: , l_api_name
2188: , G_PKG_NAME

Line 2770: -- Standard check for p_commit

2766: END LOOP; -- for cancel_reg_conf_data
2767: END IF; -- registration group id null
2768: END IF; -- event offer id
2769:
2770: -- Standard check for p_commit
2771: IF (FND_API.to_Boolean(p_commit))
2772: THEN
2773: COMMIT WORK;
2774: END IF; -- p_commit

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

2772: THEN
2773: COMMIT WORK;
2774: END IF; -- p_commit
2775:
2776: -- Standard call to get message count and if count is 1, get message info.
2777: FND_MSG_PUB.count_and_get( p_encoded => FND_API.g_false
2778: , p_count => x_msg_count
2779: , p_data => x_msg_data
2780: );

Line 3440: -- Standard check for p_commit

3436: -------------FINISH-----------------------------
3437:
3438: x_return_status := l_return_status;
3439:
3440: -- Standard check for p_commit
3441: IF (FND_API.to_Boolean(p_commit))
3442: THEN
3443: COMMIT WORK;
3444: END IF; -- p_commit

Line 3537: -- Standard Start of API savepoint

3533: l_return_status VARCHAR2(1);
3534:
3535: BEGIN
3536:
3537: -- Standard Start of API savepoint
3538: SAVEPOINT substitute_validate_PVT;
3539: IF (AMS_DEBUG_HIGH_ON) THEN
3540:
3541: AMS_Utility_PVT.debug_message(l_full_name || ': start');

Line 3612: -- Standard check for p_commit

3608: AMS_Utility_PVT.error_message('AMS_API_RECORD_NOT_FOUND');
3609: RAISE FND_API.g_exc_error;
3610: END IF; -- SQL%NOTFOUND
3611:
3612: -- Standard check for p_commit
3613: IF (FND_API.to_Boolean(p_commit))
3614: THEN
3615: COMMIT WORK;
3616: END IF; -- p_commit

Line 3741: -- Standard Start of API savepoint

3737: where confirmation_code = p_confirmation_code;
3738:
3739: BEGIN
3740:
3741: -- Standard Start of API savepoint
3742: SAVEPOINT transfer_validate_PVT;
3743: IF (AMS_DEBUG_HIGH_ON) THEN
3744:
3745: AMS_Utility_PVT.debug_message(l_full_name || ': start');

Line 4027: -- Standard check for p_commit

4023: END IF; -- check reg availability
4024: END IF; --Reg required flag
4025:
4026:
4027: -- Standard check for p_commit
4028: IF (FND_API.to_Boolean(p_commit))
4029: THEN
4030: COMMIT WORK;
4031: END IF; -- p_commit