DBA Data[Home] [Help]

APPS.INV_PO_ITEMVALID_MDTR dependencies on FND_MSG_PUB

Line 103: FND_MSG_PUB.initialize;

99: , 'Entry');
100: END IF;
101:
102: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
103: FND_MSG_PUB.initialize;
104: END IF;
105:
106: IF NOT FND_API.Compatible_API_Call( l_api_version
107: , p_api_version

Line 152: FND_MSG_PUB.Count_And_Get

148: if (l_vmi_Flag = 'Y' and l_consign_Flag = 'Y' ) then
149: x_vmiorconsign_flag := 'Y';
150: end if;
151:
152: FND_MSG_PUB.Count_And_Get
153: ( p_count => x_msg_count,
154: p_data => x_msg_data
155: );
156: --myerrams, changed the following code to comply with File.Sql.46 GSCC standard, Bug: 4202824

Line 168: FND_MSG_PUB.Count_And_Get

164: WHEN NO_DATA_FOUND THEN
165: x_vmiorconsign_flag := 'N';
166: x_return_status := FND_API.G_RET_STS_ERROR;
167: WHEN FND_API.G_EXC_ERROR THEN
168: FND_MSG_PUB.Count_And_Get
169: ( p_count => x_msg_count
170: , p_data => x_msg_data
171: );
172: x_return_status := FND_API.G_RET_STS_ERROR;

Line 174: FND_MSG_PUB.Count_And_Get

170: , p_data => x_msg_data
171: );
172: x_return_status := FND_API.G_RET_STS_ERROR;
173: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
174: FND_MSG_PUB.Count_And_Get
175: ( p_count => x_msg_count
176: , p_data => x_msg_data
177: );
178: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 180: FND_MSG_PUB.Count_And_Get

176: , p_data => x_msg_data
177: );
178: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
179: WHEN OTHERS THEN
180: FND_MSG_PUB.Count_And_Get
181: ( p_count => x_msg_count
182: , p_data => x_msg_data
183: );
184:

Line 248: FND_MSG_PUB.initialize;

244: , 'Entry');
245: END IF;
246:
247: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
248: FND_MSG_PUB.initialize;
249: END IF;
250:
251: IF NOT FND_API.Compatible_API_Call( l_api_version
252: , p_api_version

Line 296: FND_MSG_PUB.Count_And_Get

292:
293: x_consign_flag := l_consign_flag;
294: END IF;
295:
296: FND_MSG_PUB.Count_And_Get
297: ( p_count => x_msg_count,
298: p_data => x_msg_data
299: );
300: --myerrams, changed the following code to comply with File.Sql.46 GSCC standard, Bug: 4202824

Line 312: FND_MSG_PUB.Count_And_Get

308: WHEN NO_DATA_FOUND THEN
309: x_consign_flag := 'N';
310: x_return_status := FND_API.G_RET_STS_ERROR;
311: WHEN FND_API.G_EXC_ERROR THEN
312: FND_MSG_PUB.Count_And_Get
313: ( p_count => x_msg_count
314: , p_data => x_msg_data
315: );
316: x_return_status := FND_API.G_RET_STS_ERROR;

Line 318: FND_MSG_PUB.Count_And_Get

314: , p_data => x_msg_data
315: );
316: x_return_status := FND_API.G_RET_STS_ERROR;
317: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
318: FND_MSG_PUB.Count_And_Get
319: ( p_count => x_msg_count
320: , p_data => x_msg_data
321: );
322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 324: FND_MSG_PUB.Count_And_Get

320: , p_data => x_msg_data
321: );
322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
323: WHEN OTHERS THEN
324: FND_MSG_PUB.Count_And_Get
325: ( p_count => x_msg_count
326: , p_data => x_msg_data
327: );
328: