DBA Data[Home] [Help]

APPS.PV_COMMON_CHECKS_PVT dependencies on STANDARD

Line 108: -- Standard call to get message count and if count is 1, get message info.

104:
105: END IF;
106:
107:
108: -- Standard call to get message count and if count is 1, get message info.
109: FND_MSG_PUB.Count_And_Get
110: ( p_count => x_msg_count,
111: p_data => x_msg_data
112: );

Line 176: -- Standard call to get message count and if count is 1, get message info.

172: END IF;
173: CLOSE C_Lookup_Exists;
174: END IF;
175:
176: -- Standard call to get message count and if count is 1, get message info.
177: FND_MSG_PUB.Count_And_Get
178: ( p_count => x_msg_count,
179: p_data => x_msg_data
180: );

Line 240: -- Standard call to get message count and if count is 1, get message info.

236: x_return_status := FND_API.G_RET_STS_ERROR;
237: END IF;
238: CLOSE C_Process_Rule_Id_Exists;
239:
240: -- Standard call to get message count and if count is 1, get message info.
241: FND_MSG_PUB.Count_And_Get
242: ( p_count => x_msg_count,
243: p_data => x_msg_data
244: );

Line 303: -- Standard call to get message count and if count is 1, get message info.

299: x_return_status := FND_API.G_RET_STS_ERROR;
300: END IF;
301: CLOSE C_attribute_id_Exists;
302:
303: -- Standard call to get message count and if count is 1, get message info.
304: FND_MSG_PUB.Count_And_Get
305: ( p_count => x_msg_count,
306: p_data => x_msg_data
307: );

Line 416: -- Standard call to get message count and if count is 1, get message info.

412: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
413: raise FND_API.G_EXC_ERROR;
414: END IF;
415:
416: -- Standard call to get message count and if count is 1, get message info.
417: FND_MSG_PUB.Count_And_Get
418: ( p_count => x_msg_count,
419: p_data => x_msg_data
420: );

Line 458: -- Standard call to get message count and if count is 1, get message info.

454: x_return_status := FND_API.G_RET_STS_ERROR;
455: end if;
456: END IF;
457:
458: -- Standard call to get message count and if count is 1, get message info.
459: FND_MSG_PUB.Count_And_Get
460: ( p_count => x_msg_count,
461: p_data => x_msg_data
462: );