DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PUB dependencies on FND_MSG_PUB

Line 47: FND_MSG_PUB.initialize;

43: x_return_status := FND_API.G_RET_STS_SUCCESS;
44:
45: --Clear the global PL/SQL message table
46: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
47: FND_MSG_PUB.initialize;
48: END IF;
49:
50: IF p_commit = FND_API.G_TRUE
51: THEN

Line 94: x_msg_count := FND_MSG_PUB.Count_Msg;

90: );
91: End If;
92: -- IF the number of messaages is 1 then fetch the message code from the stack
93: -- and return its text
94: x_msg_count := FND_MSG_PUB.Count_Msg;
95: IF x_msg_count = 1 THEN
96: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
97: ,p_msg_index => 1
98: ,p_data => x_msg_data

Line 114: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CI_ACTIONS_PUB.CREATE_CI_ACTION'

110: EXCEPTION
111: WHEN OTHERS THEN
112: rollback;
113: -- Set the excetption Message and the stack
114: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CI_ACTIONS_PUB.CREATE_CI_ACTION'
115: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
116:
117: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
118: RAISE;

Line 163: x_msg_count := FND_MSG_PUB.Count_Msg;

159: x_msg_data => x_msg_data
160: );
161: -- IF the number of messaages is 1 then fetch the message code from the stack
162: -- and return its text
163: x_msg_count := FND_MSG_PUB.Count_Msg;
164: IF x_msg_count = 1 THEN
165: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
166: ,p_msg_index => 1
167: ,p_data => x_msg_data

Line 187: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',

183: IF p_commit = FND_API.G_TRUE THEN
184: ROLLBACK TO CLOSE_CI_ACTION;
185: END IF;
186: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
187: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',
188: p_procedure_name => 'CLOSE_CI_ACTION',
189: p_error_text => SUBSTRB(SQLERRM,1,240));
190: RAISE;
191: END;

Line 248: x_msg_count := FND_MSG_PUB.Count_Msg;

244: x_msg_data => x_msg_data
245: );
246:
247: End If;
248: x_msg_count := FND_MSG_PUB.Count_Msg;
249: IF x_msg_count = 1 THEN
250: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
251: ,p_msg_index => 1
252: ,p_data => x_msg_data

Line 271: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',

267: IF p_commit = FND_API.G_TRUE THEN
268: ROLLBACK TO CLOSE_CI_ACTION;
269: END IF;
270: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
271: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',
272: p_procedure_name => 'CLOSE_CI_ACTION',
273: p_error_text => SUBSTRB(SQLERRM,1,240));
274: RAISE;
275: END;

Line 316: FND_MSG_PUB.initialize;

312: x_return_status := FND_API.G_RET_STS_SUCCESS;
313:
314: --Clear the global PL/SQL message table
315: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
316: FND_MSG_PUB.initialize;
317: END IF;
318:
319: IF p_commit = FND_API.G_TRUE
320: THEN

Line 367: x_msg_count := FND_MSG_PUB.Count_Msg;

363:
364: End If;
365: -- IF the number of messaages is 1 then fetch the message code from the stack
366: -- and return its text
367: x_msg_count := FND_MSG_PUB.Count_Msg;
368: IF x_msg_count = 1 THEN
369: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
370: ,p_msg_index => 1
371: ,p_data => x_msg_data

Line 390: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',

386: IF p_commit = FND_API.G_TRUE THEN
387: ROLLBACK TO REASSIGN_CI_ACTION;
388: END IF;
389: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
390: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',
391: p_procedure_name => 'REASSIGN_CI_ACTION',
392: p_error_text => SUBSTRB(SQLERRM,1,240));
393: RAISE;
394: END;

Line 461: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',

457: IF p_commit = FND_API.G_TRUE THEN
458: ROLLBACK TO ADD_CI_COMMENT;
459: END IF;
460: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
461: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',
462: p_procedure_name => 'ADD_CI_COMMENT',
463: p_error_text => SUBSTRB(SQLERRM,1,240));
464: RAISE;
465: END;

Line 529: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',

525: IF p_commit = FND_API.G_TRUE THEN
526: ROLLBACK TO ADD_CI_COMMENT;
527: END IF;
528: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
529: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_PUB',
530: p_procedure_name => 'UPDATE_CI_COMMENT',
531: p_error_text => SUBSTRB(SQLERRM,1,240));
532: RAISE;
533: END;