DBA Data[Home] [Help]

APPS.OZF_ASSIGNMENT_QUALIFIER_PUB dependencies on STANDARD

Line 183: -- Standard Start of API savepoint

179: --
180: l_return_status varchar2(30);
181: l_qualifier OZF_ASSIGNMENT_QUALIFIER_PUB.Qualifier_Rec_Type;
182: BEGIN
183: -- Standard Start of API savepoint
184: SAVEPOINT GET_DED_VAL_PUB;
185: -- Standard call to check for call compatibility.
186: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
187: p_api_version_number,

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

181: l_qualifier OZF_ASSIGNMENT_QUALIFIER_PUB.Qualifier_Rec_Type;
182: BEGIN
183: -- Standard Start of API savepoint
184: SAVEPOINT GET_DED_VAL_PUB;
185: -- Standard call to check for call compatibility.
186: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
187: p_api_version_number,
188: l_api_name,
189: G_PKG_NAME)

Line 260: -- Standard check for p_commit

256: l_qualifier.COMMENTS := p_deduction.COMMENTS;
257:
258: x_qualifier := l_qualifier;
259:
260: -- Standard check for p_commit
261: IF FND_API.to_Boolean( p_commit )
262: THEN
263: COMMIT WORK;
264: END IF;

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

269: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
270: FND_MSG_PUB.Add;
271: END IF;
272:
273: -- Standard call to get message count and if count is 1, get message info.
274: FND_MSG_PUB.Count_And_Get(
275: p_count => x_msg_count,
276: p_data => x_msg_data
277: );

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

279: EXCEPTION
280: WHEN FND_API.G_EXC_ERROR THEN
281: ROLLBACK TO GET_DED_VAL_PUB;
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: -- Standard call to get message count and if count=1, get the message
284: FND_MSG_PUB.Count_And_Get (
285: p_encoded => FND_API.G_FALSE,
286: p_count => x_msg_count,
287: p_data => x_msg_data

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

288: );
289: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
290: ROLLBACK TO GET_DED_VAL_PUB;
291: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
292: -- Standard call to get message count and if count=1, get the message
293: FND_MSG_PUB.Count_And_Get (
294: p_encoded => FND_API.G_FALSE,
295: p_count => x_msg_count,
296: p_data => x_msg_data

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

302: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_ASS_QUA_ERR');
303: FND_MSG_PUB.add;
304: END IF;
305:
306: -- Standard call to get message count and if count=1, get the message
307: FND_MSG_PUB.Count_And_Get (
308: p_encoded => FND_API.G_FALSE,
309: p_count => x_msg_count,
310: p_data => x_msg_data