DBA Data[Home] [Help]

APPS.CS_SYSTEMS_COMMON_PUB dependencies on FND_MSG_PUB

Line 89: FND_MSG_PUB.Count_And_Get

85:
86: WHEN OTHERS THEN
87: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
88: -- dbms_output.put_line ('Unexpected error');
89: FND_MSG_PUB.Count_And_Get
90: (p_count => x_msg_count ,
91: p_data => x_msg_data
92: );
93: end is_system_valid;

Line 169: FND_MSG_PUB.Count_And_Get

165: x_return_status := FND_API.G_RET_STS_ERROR;
166:
167: WHEN OTHERS THEN
168: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
169: FND_MSG_PUB.Count_And_Get
170: (p_count => x_msg_count ,
171: p_data => x_msg_data
172: );
173: end get_current_system;

Line 199: FND_MSG_PUB.Count_And_Get

195: x_return_status := FND_API.G_RET_STS_ERROR;
196:
197: WHEN OTHERS THEN
198: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
199: FND_MSG_PUB.Count_And_Get
200: (p_count => x_msg_count ,
201: p_data => x_msg_data
202: );
203: end get_all_systems_for_user;

Line 237: FND_MSG_PUB.Count_And_Get

233: x_return_status := FND_API.G_RET_STS_ERROR;
234:
235: WHEN OTHERS THEN
236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
237: FND_MSG_PUB.Count_And_Get
238: (p_count => x_msg_count ,
239: p_data => x_msg_data
240: );
241: end get_all_child_systems;

Line 282: FND_MSG_PUB.Count_And_Get

278: x_return_status := FND_API.G_RET_STS_ERROR;
279:
280: WHEN OTHERS THEN
281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
282: FND_MSG_PUB.Count_And_Get
283: (p_count => x_msg_count ,
284: p_data => x_msg_data
285: );
286:

Line 331: FND_MSG_PUB.Count_And_Get

327: x_return_status := FND_API.G_RET_STS_ERROR;
328:
329: WHEN OTHERS THEN
330: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
331: FND_MSG_PUB.Count_And_Get
332: (p_count => x_msg_count ,
333: p_data => x_msg_data
334: );
335: end association_exists;

Line 395: FND_MSG_PUB.Count_And_Get

391: x_return_status := FND_API.G_RET_STS_ERROR;
392:
393: WHEN OTHERS THEN
394: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
395: FND_MSG_PUB.Count_And_Get
396: (p_count => x_msg_count ,
397: p_data => x_msg_data
398: );
399: end user_exists;