DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_ADJ dependencies on STANDARD

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

1110: END IF;
1111: EXCEPTION
1112: WHEN FND_API.G_EXC_ERROR THEN
1113: x_return_status := FND_API.G_RET_STS_ERROR;
1114: -- Standard call to get message count and if count=1, get the message
1115: FND_MSG_PUB.Count_And_Get (
1116: p_encoded => FND_API.G_FALSE,
1117: p_count => x_msg_count,
1118: p_data => x_msg_data

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

1123: p_data => x_msg_data
1124: );
1125: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1126: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1127: -- Standard call to get message count and if count=1, get the message
1128: FND_MSG_PUB.Count_And_Get (
1129: p_encoded => FND_API.G_FALSE,
1130: p_count => x_msg_count,
1131: p_data => x_msg_data

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

1140: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1141: THEN
1142: FND_MSG_PUB.Add_Exc_Msg( 'VOLUME_OFFER_ADJ','adjust_old_discounts');
1143: END IF;
1144: -- Standard call to get message count and if count=1, get the message
1145: FND_MSG_PUB.Count_And_Get (
1146: p_encoded => FND_API.G_FALSE,
1147: p_count => x_msg_count,
1148: p_data => x_msg_data

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

1225: END LOOP;
1226: EXCEPTION
1227: WHEN OTHERS THEN
1228: x_return_status := FND_API.G_RET_STS_ERROR;
1229: -- Standard call to get message count and if count=1, get the message
1230: FND_MSG_PUB.Count_And_Get (
1231: p_encoded => FND_API.G_FALSE,
1232: p_count => x_msg_count,
1233: p_data => x_msg_data

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

2119: END IF;
2120: EXCEPTION
2121: WHEN FND_API.G_EXC_ERROR THEN
2122: x_return_status := FND_API.G_RET_STS_ERROR;
2123: -- Standard call to get message count and if count=1, get the message
2124: FND_MSG_PUB.Count_And_Get (
2125: p_encoded => FND_API.G_FALSE,
2126: p_count => x_msg_count,
2127: p_data => x_msg_data

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

2128: );
2129:
2130: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2132: -- Standard call to get message count and if count=1, get the message
2133: FND_MSG_PUB.Count_And_Get (
2134: p_encoded => FND_API.G_FALSE,
2135: p_count => x_msg_count,
2136: p_data => x_msg_data

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

2141: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2142: THEN
2143: FND_MSG_PUB.Add_Exc_Msg( 'VOLUME_OFFER_ADJ','adjust_new_products');
2144: END IF;
2145: -- Standard call to get message count and if count=1, get the message
2146: FND_MSG_PUB.Count_And_Get (
2147: p_encoded => FND_API.G_FALSE,
2148: p_count => x_msg_count,
2149: p_data => x_msg_data