DBA Data[Home] [Help]

APPS.OZF_ACCT_GENERATOR dependencies on STANDARD

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

229:
230: EXCEPTION
231: WHEN NO_DATA_FOUND THEN
232: l_post_account := 0;
233: -- Standard call to get message count and if count=1, get the message
234: IF FND_MSG_PUB.Check_Msg_level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
235: FND_MESSAGE.SET_NAME('OZF','OZF_INVALID_ACCOUNT');
236: FND_MESSAGE.SET_TOKEN('CCID',l_post_account);
237: FND_MSG_PUB.ADD;

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

242: x_return_status := FND_API.g_ret_sts_error;
243: RETURN l_post_account;
244: WHEN FND_API.G_EXC_ERROR THEN
245: l_post_account := 0;
246: -- Standard call to get message count and if count=1, get the message
247: FND_MSG_PUB.Count_And_Get (
248: p_encoded => FND_API.G_FALSE,
249: p_count => x_msg_count,
250: p_data => x_msg_data);

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

251: x_return_status := FND_API.g_ret_sts_error;
252: RETURN l_post_account;
253: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
254: l_post_account := 0;
255: -- Standard call to get message count and if count=1, get the message
256: FND_MSG_PUB.Count_And_Get (
257: p_encoded => FND_API.G_FALSE,
258: p_count => x_msg_count,
259: p_data => x_msg_data);

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

263: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
264: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
265: END IF;
266: l_post_account := 0;
267: -- Standard call to get message count and if count=1, get the message
268: FND_MSG_PUB.Count_And_Get (
269: p_encoded => FND_API.G_FALSE,
270: p_count => x_msg_count,
271: p_data => x_msg_data);

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

803:
804: IF G_DEBUG_HIGH_ON THEN
805: OZF_UTILITY_PVT.debug_message('Private Api: ' || l_api_name || ' END');
806: END IF;
807: --Standard call to get message count and if count=1, get the message
808: FND_MSG_PUB.Count_And_Get (
809: p_encoded => FND_API.G_FALSE,
810: p_count => x_msg_count,
811: p_data => x_msg_data

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

824: p_data => x_msg_data
825: );
826: WHEN FND_API.G_EXC_ERROR THEN
827: x_return_status := FND_API.G_RET_STS_ERROR;
828: -- Standard call to get message count and if count=1, get the message
829: FND_MSG_PUB.Count_And_Get (
830: p_encoded => FND_API.G_FALSE,
831: p_count => x_msg_count,
832: p_data => x_msg_data

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

832: p_data => x_msg_data
833: );
834: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
836: -- Standard call to get message count and if count=1, get the message
837: FND_MSG_PUB.Count_And_Get (
838: p_encoded => FND_API.G_FALSE,
839: p_count => x_msg_count,
840: p_data => x_msg_data

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

844: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
845: THEN
846: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
847: END IF;
848: -- Standard call to get message count and if count=1, get the message
849: FND_MSG_PUB.Count_And_Get (
850: p_encoded => FND_API.G_FALSE,
851: p_count => x_msg_count,
852: p_data => x_msg_data