DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PUB dependencies on FND_MSG_PUB

Line 81: fnd_msg_pub.initialize;

77: end if;
78: pa_debug.init_err_stack('Create_project_party_pub');
79:
80: if FND_API.to_boolean(nvl(p_init_msg_list,FND_API.G_TRUE)) then
81: fnd_msg_pub.initialize;
82: end if;
83:
84: ------dbms_output.put_line('After initializing the stack');
85:

Line 249: fnd_msg_pub.add;

245: ;
246:
247: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
248: fnd_message.set_name('PA',l_error_message_code);
249: fnd_msg_pub.add;
250: end if;
251:
252: --dbms_output.put_line('Check5 role_id='||l_project_role_id||', resource_source_id='||l_resource_source_id);
253: -- dbms_output.put_line('Return Status '||x_return_status);

Line 286: fnd_msg_pub.count_and_get(p_count => x_msg_count,

282: else
283: x_return_status := FND_API.G_RET_STS_ERROR;
284: end if;
285:
286: fnd_msg_pub.count_and_get(p_count => x_msg_count,
287: p_data => x_msg_data);
288: --dbms_output.put_line('Check7');
289: IF x_msg_count = 1 THEN
290: --dbms_output.put_line('Check8');

Line 307: fnd_msg_pub.add();

303: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
304: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
305: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
306: fnd_message.set_token('PROCEDURE_NAME','CREATE_PROJECT_PARTY');
307: fnd_msg_pub.add();
308: fnd_msg_pub.count_and_get(p_count => x_msg_count,
309: p_data => x_msg_data);
310: raise;
311:

Line 308: fnd_msg_pub.count_and_get(p_count => x_msg_count,

304: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
305: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
306: fnd_message.set_token('PROCEDURE_NAME','CREATE_PROJECT_PARTY');
307: fnd_msg_pub.add();
308: fnd_msg_pub.count_and_get(p_count => x_msg_count,
309: p_data => x_msg_data);
310: raise;
311:
312: WHEN OTHERS THEN

Line 315: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',

311:
312: WHEN OTHERS THEN
313: rollback to create_project_party;
314: x_return_status := fnd_api.g_ret_sts_error;
315: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',
316: p_procedure_name => pa_debug.G_err_stack,
317: p_error_text => SUBSTRB(SQLERRM,1,240));
318: raise;
319:

Line 394: fnd_msg_pub.initialize;

390: pa_debug.debug('Update_project_party: Initializing message stack.');
391: end if;
392:
393: if FND_API.to_boolean(nvl(p_init_msg_list,FND_API.G_TRUE)) then
394: fnd_msg_pub.initialize;
395: end if;
396:
397: ------dbms_output.put_line('After initializing the stack');
398:

Line 459: fnd_msg_pub.add;

455: ,x_error_message_code => l_error_message_code);
456:
457: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
458: fnd_message.set_name('PA',l_error_message_code);
459: fnd_msg_pub.add;
460: end if;
461:
462: if l_project_role_id <> -999 and l_resource_source_id <> -999 and x_return_status = FND_API.G_RET_STS_SUCCESS then
463: PA_PROJECT_PARTIES_PVT.UPDATE_PROJECT_PARTY( p_commit => p_commit,

Line 495: fnd_msg_pub.count_and_get(p_count => x_msg_count,

491: else
492: x_return_status := FND_API.G_RET_STS_ERROR;
493: end if;
494:
495: fnd_msg_pub.count_and_get(p_count => x_msg_count,
496: p_data => x_msg_data);
497:
498: IF x_msg_count = 1 THEN
499: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

Line 514: fnd_msg_pub.add();

510: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
511: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
512: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
513: fnd_message.set_token('PROCEDURE_NAME','UPDATE_PROJECT_PARTY');
514: fnd_msg_pub.add();
515: fnd_msg_pub.count_and_get(p_count => x_msg_count,
516: p_data => x_msg_data);
517: raise;
518:

Line 515: fnd_msg_pub.count_and_get(p_count => x_msg_count,

511: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
512: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
513: fnd_message.set_token('PROCEDURE_NAME','UPDATE_PROJECT_PARTY');
514: fnd_msg_pub.add();
515: fnd_msg_pub.count_and_get(p_count => x_msg_count,
516: p_data => x_msg_data);
517: raise;
518:
519:

Line 523: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',

519:
520: WHEN OTHERS THEN
521: rollback to update_project_party;
522: x_return_status := fnd_api.g_ret_sts_error;
523: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',
524: p_procedure_name => pa_debug.g_err_stack,
525: p_error_text => SUBSTRB(SQLERRM,1,240));
526: raise;
527:

Line 578: fnd_msg_pub.initialize;

574: pa_debug.debug('Delete_project_party: Initializing message stack.');
575: end if;
576:
577: if FND_API.to_boolean(nvl(p_init_msg_list,fnd_api.G_TRUE)) then
578: fnd_msg_pub.initialize;
579: end if;
580:
581: ------dbms_output.put_line('After initializing the stack');
582:

Line 622: fnd_msg_pub.count_and_get(p_count => x_msg_count,

618: x_msg_count => x_msg_count,
619: x_msg_data => x_msg_data);
620: end if;
621:
622: fnd_msg_pub.count_and_get(p_count => x_msg_count,
623: p_data => x_msg_data);
624:
625: IF x_msg_count = 1 THEN
626: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

Line 642: fnd_msg_pub.add();

638: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
639: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
640: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
641: fnd_message.set_token('PROCEDURE_NAME','DELETE_PROJECT_PARTY');
642: fnd_msg_pub.add();
643: fnd_msg_pub.count_and_get(p_count => x_msg_count,
644: p_data => x_msg_data);
645: raise;
646:

Line 643: fnd_msg_pub.count_and_get(p_count => x_msg_count,

639: fnd_message.set_name('PA','PA_UNEXPECTED_ERROR');
640: fnd_message.set_token('PKG_NAME','PA_PROJECT_PARTIES_PUB');
641: fnd_message.set_token('PROCEDURE_NAME','DELETE_PROJECT_PARTY');
642: fnd_msg_pub.add();
643: fnd_msg_pub.count_and_get(p_count => x_msg_count,
644: p_data => x_msg_data);
645: raise;
646:
647: WHEN NO_DATA_FOUND THEN

Line 670: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',

666: FND_MESSAGE.Set_token('TASK',NULL);
667: x_msg_data := FND_MESSAGE.get;
668: x_return_status := FND_API.G_RET_STS_ERROR;
669: else
670: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',
671: p_procedure_name => pa_debug.g_err_stack,
672: p_error_text => SUBSTRB(SQLERRM,1,240));
673: x_return_status := FND_API.G_RET_STS_ERROR;
674: end if;

Line 911: x_msg_count := Fnd_Msg_Pub.count_msg;

907: x_assignment_id := null;
908: x_wf_type := null;
909: x_wf_item_type := null;
910: x_wf_process := null;
911: x_msg_count := Fnd_Msg_Pub.count_msg;
912:
913:
914: IF x_msg_count = 1 AND x_msg_data IS NULL
915: THEN

Line 940: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',

936: x_wf_process := null;
937: x_msg_count := 1;
938: x_msg_data := SUBSTRB(SQLERRM,1,240);
939:
940: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_PARTIES_PUB',
941: p_procedure_name => 'CREATE_PROJECT_PARTY_WRP',
942: p_error_text => x_msg_data);
943:
944: END CREATE_PROJECT_PARTY_WRP;