DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_ADJ dependencies on STANDARD

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

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

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

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

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

1195: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1196: THEN
1197: FND_MSG_PUB.Add_Exc_Msg( 'VOLUME_OFFER_ADJ','adjust_old_discounts');
1198: END IF;
1199: -- Standard call to get message count and if count=1, get the message
1200: FND_MSG_PUB.Count_And_Get (
1201: p_encoded => FND_API.G_FALSE,
1202: p_count => x_msg_count,
1203: p_data => x_msg_data

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

1280: END LOOP;
1281: EXCEPTION
1282: WHEN OTHERS THEN
1283: x_return_status := FND_API.G_RET_STS_ERROR;
1284: -- Standard call to get message count and if count=1, get the message
1285: FND_MSG_PUB.Count_And_Get (
1286: p_encoded => FND_API.G_FALSE,
1287: p_count => x_msg_count,
1288: p_data => x_msg_data

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

2178: END IF;
2179: EXCEPTION
2180: WHEN FND_API.G_EXC_ERROR THEN
2181: x_return_status := FND_API.G_RET_STS_ERROR;
2182: -- Standard call to get message count and if count=1, get the message
2183: FND_MSG_PUB.Count_And_Get (
2184: p_encoded => FND_API.G_FALSE,
2185: p_count => x_msg_count,
2186: p_data => x_msg_data

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

2187: );
2188:
2189: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2190: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2191: -- Standard call to get message count and if count=1, get the message
2192: FND_MSG_PUB.Count_And_Get (
2193: p_encoded => FND_API.G_FALSE,
2194: p_count => x_msg_count,
2195: p_data => x_msg_data

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

2200: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2201: THEN
2202: FND_MSG_PUB.Add_Exc_Msg( 'VOLUME_OFFER_ADJ','adjust_new_products');
2203: END IF;
2204: -- Standard call to get message count and if count=1, get the message
2205: FND_MSG_PUB.Count_And_Get (
2206: p_encoded => FND_API.G_FALSE,
2207: p_count => x_msg_count,
2208: p_data => x_msg_data