DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on STANDARD

Line 62: -- Standard begin of API savepoint

58: FROM ozf_request_headers_all_b
59: WHERE request_header_id = p_object_id;
60:
61: BEGIN
62: -- Standard begin of API savepoint
63: SAVEPOINT Event_Subscription_PVT;
64: -- Debug Message
65: IF G_DEBUG THEN
66: ozf_utility_pvt.debug_message( l_api_name||': Start');

Line 981: -- Standard begin of API savepoint

977: l_activity_name varchar2(80);
978: l_return_status varchar2(1);
979:
980: BEGIN
981: -- Standard begin of API savepoint
982: SAVEPOINT Create_Interaction_PVT;
983: -- Standard call to check for call compatibility.
984: IF NOT FND_API.Compatible_API_Call (
985: l_api_version,

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

979:
980: BEGIN
981: -- Standard begin of API savepoint
982: SAVEPOINT Create_Interaction_PVT;
983: -- Standard call to check for call compatibility.
984: IF NOT FND_API.Compatible_API_Call (
985: l_api_version,
986: p_api_version,
987: l_api_name,

Line 1165: --Standard check of commit

1161:
1162: END IF;
1163:
1164:
1165: --Standard check of commit
1166: IF FND_API.To_Boolean ( p_commit ) THEN
1167: COMMIT WORK;
1168: END IF;
1169: -- Debug Message

Line 1173: --Standard call to get message count and if count=1, get the message

1169: -- Debug Message
1170: IF G_DEBUG THEN
1171: ozf_utility_pvt.debug_message( l_api_name||': End');
1172: END IF;
1173: --Standard call to get message count and if count=1, get the message
1174: FND_MSG_PUB.Count_And_Get (
1175: p_encoded => FND_API.G_FALSE,
1176: p_count => x_msg_count,
1177: p_data => x_msg_data

Line 1183: -- Standard call to get message count and if count=1, get the message

1179: EXCEPTION
1180: WHEN FND_API.G_EXC_ERROR THEN
1181: ROLLBACK TO Create_Interaction_PVT;
1182: x_return_status := FND_API.G_RET_STS_ERROR;
1183: -- Standard call to get message count and if count=1, get the message
1184: FND_MSG_PUB.Count_And_Get (
1185: p_encoded => FND_API.G_FALSE,
1186: p_count => x_msg_count,
1187: p_data => x_msg_data

Line 1192: -- Standard call to get message count and if count=1, get the message

1188: );
1189: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1190: ROLLBACK TO Create_Interaction_PVT;
1191: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1192: -- Standard call to get message count and if count=1, get the message
1193: FND_MSG_PUB.Count_And_Get (
1194: p_encoded => FND_API.G_FALSE,
1195: p_count => x_msg_count,
1196: p_data => x_msg_data

Line 1205: -- Standard call to get message count and if count=1, get the message

1201: IF OZF_UNEXP_ERROR_ON
1202: THEN
1203: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1204: END IF;
1205: -- Standard call to get message count and if count=1, get the message
1206: FND_MSG_PUB.Count_And_Get (
1207: p_encoded => FND_API.G_FALSE,
1208: p_count => x_msg_count,
1209: p_data => x_msg_data