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 968: -- Standard begin of API savepoint

964: l_activity_name varchar2(80);
965: l_return_status varchar2(1);
966:
967: BEGIN
968: -- Standard begin of API savepoint
969: SAVEPOINT Create_Interaction_PVT;
970: -- Standard call to check for call compatibility.
971: IF NOT FND_API.Compatible_API_Call (
972: l_api_version,

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

966:
967: BEGIN
968: -- Standard begin of API savepoint
969: SAVEPOINT Create_Interaction_PVT;
970: -- Standard call to check for call compatibility.
971: IF NOT FND_API.Compatible_API_Call (
972: l_api_version,
973: p_api_version,
974: l_api_name,

Line 1152: --Standard check of commit

1148:
1149: END IF;
1150:
1151:
1152: --Standard check of commit
1153: IF FND_API.To_Boolean ( p_commit ) THEN
1154: COMMIT WORK;
1155: END IF;
1156: -- Debug Message

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

1156: -- Debug Message
1157: IF G_DEBUG THEN
1158: ozf_utility_pvt.debug_message( l_api_name||': End');
1159: END IF;
1160: --Standard call to get message count and if count=1, get the message
1161: FND_MSG_PUB.Count_And_Get (
1162: p_encoded => FND_API.G_FALSE,
1163: p_count => x_msg_count,
1164: p_data => x_msg_data

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

1166: EXCEPTION
1167: WHEN FND_API.G_EXC_ERROR THEN
1168: ROLLBACK TO Create_Interaction_PVT;
1169: x_return_status := FND_API.G_RET_STS_ERROR;
1170: -- Standard call to get message count and if count=1, get the message
1171: FND_MSG_PUB.Count_And_Get (
1172: p_encoded => FND_API.G_FALSE,
1173: p_count => x_msg_count,
1174: p_data => x_msg_data

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

1175: );
1176: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1177: ROLLBACK TO Create_Interaction_PVT;
1178: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1179: -- Standard call to get message count and if count=1, get the message
1180: FND_MSG_PUB.Count_And_Get (
1181: p_encoded => FND_API.G_FALSE,
1182: p_count => x_msg_count,
1183: p_data => x_msg_data

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

1188: IF OZF_UNEXP_ERROR_ON
1189: THEN
1190: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1191: END IF;
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