DBA Data[Home] [Help]

APPS.OZF_ACCT_GENERATOR dependencies on STANDARD

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

295:
296: EXCEPTION
297: WHEN NO_DATA_FOUND THEN
298: l_post_account := 0;
299: -- Standard call to get message count and if count=1, get the message
300: IF FND_MSG_PUB.Check_Msg_level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
301: FND_MESSAGE.SET_NAME('OZF','OZF_INVALID_ACCOUNT');
302: FND_MESSAGE.SET_TOKEN('CCID',l_post_account);
303: FND_MSG_PUB.ADD;

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

308: x_return_status := FND_API.g_ret_sts_error;
309: RETURN l_post_account;
310: WHEN FND_API.G_EXC_ERROR THEN
311: l_post_account := 0;
312: -- Standard call to get message count and if count=1, get the message
313: FND_MSG_PUB.Count_And_Get (
314: p_encoded => FND_API.G_FALSE,
315: p_count => x_msg_count,
316: p_data => x_msg_data);

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

317: x_return_status := FND_API.g_ret_sts_error;
318: RETURN l_post_account;
319: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
320: l_post_account := 0;
321: -- Standard call to get message count and if count=1, get the message
322: FND_MSG_PUB.Count_And_Get (
323: p_encoded => FND_API.G_FALSE,
324: p_count => x_msg_count,
325: p_data => x_msg_data);

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

329: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
330: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
331: END IF;
332: l_post_account := 0;
333: -- Standard call to get message count and if count=1, get the message
334: FND_MSG_PUB.Count_And_Get (
335: p_encoded => FND_API.G_FALSE,
336: p_count => x_msg_count,
337: p_data => x_msg_data);

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

929: --END IF;
930: IF G_DEBUG_HIGH_ON THEN
931: OZF_UTILITY_PVT.debug_message('Private Api: ' || l_api_name || ' END');
932: END IF;
933: --Standard call to get message count and if count=1, get the message
934: FND_MSG_PUB.Count_And_Get (
935: p_encoded => FND_API.G_FALSE,
936: p_count => x_msg_count,
937: p_data => x_msg_data

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

950: p_data => x_msg_data
951: );
952: WHEN FND_API.G_EXC_ERROR THEN
953: x_return_status := FND_API.G_RET_STS_ERROR;
954: -- Standard call to get message count and if count=1, get the message
955: FND_MSG_PUB.Count_And_Get (
956: p_encoded => FND_API.G_FALSE,
957: p_count => x_msg_count,
958: p_data => x_msg_data

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

958: p_data => x_msg_data
959: );
960: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
961: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
962: -- Standard call to get message count and if count=1, get the message
963: FND_MSG_PUB.Count_And_Get (
964: p_encoded => FND_API.G_FALSE,
965: p_count => x_msg_count,
966: p_data => x_msg_data

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

970: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
971: THEN
972: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
973: END IF;
974: -- Standard call to get message count and if count=1, get the message
975: FND_MSG_PUB.Count_And_Get (
976: p_encoded => FND_API.G_FALSE,
977: p_count => x_msg_count,
978: p_data => x_msg_data