DBA Data[Home] [Help]

APPS.PA_PROJECT_DATES_PUB dependencies on FND_MSG_PUB

Line 297: FND_MSG_PUB.initialize;

293: raise FND_API.G_EXC_UNEXPECTED_ERROR;
294: end if;
295:
296: if FND_API.TO_BOOLEAN(nvl(p_init_msg_list,FND_API.G_FALSE)) then
297: FND_MSG_PUB.initialize;
298: end if;
299:
300: --select structure version id
301: OPEN get_structure;

Line 416: x_msg_count := FND_MSG_PUB.count_msg;

412: p_partial_process_flag1 => 'N',
413: p_process_rollup_flag1 => 'Y');
414:
415: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
416: x_msg_count := FND_MSG_PUB.count_msg;
417: if x_msg_count = 1 then
418: pa_interface_utils_pub.get_messages
419: (p_encoded => FND_API.G_TRUE,
420: p_msg_index => 1,

Line 508: x_msg_count := FND_MSG_PUB.count_msg;

504: ,x_msg_count => l_msg_count
505: ,x_msg_data => l_msg_data );
506:
507: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
508: x_msg_count := FND_MSG_PUB.count_msg;
509: if x_msg_count = 1 then
510: pa_interface_utils_pub.get_messages
511: (p_encoded => FND_API.G_TRUE,
512: p_msg_index => 1,

Line 606: x_msg_count := FND_MSG_PUB.count_msg;

602: END IF;
603:
604: --bug 2868685
605: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
606: x_msg_count := FND_MSG_PUB.count_msg;
607: if x_msg_count = 1 then
608: pa_interface_utils_pub.get_messages
609: (p_encoded => FND_API.G_TRUE,
610: p_msg_index => 1,

Line 670: l_msg_count := FND_MSG_PUB.count_msg;

666: END IF;
667:
668: END IF;
669:
670: l_msg_count := FND_MSG_PUB.count_msg;
671: IF (l_msg_count > 0) THEN
672: x_msg_count := l_msg_count;
673: IF (x_msg_count = 1) THEN
674: pa_interface_utils_pub.get_messages(

Line 700: -- l_msg_count := FND_MSG_PUB.count_msg;

696: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
697: -- p_msg_name => 'PA_INVALID_DATE_TYPE');
698: -- end if;
699:
700: -- l_msg_count := FND_MSG_PUB.count_msg;
701: -- if l_msg_count > 0 then
702: -- x_msg_count := l_msg_count;
703: -- if x_msg_count = 1 then
704: -- pa_interface_utils_pub.get_messages

Line 736: -- x_msg_count := FND_MSG_PUB.count_msg;

732: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
733: -- p_msg_name => 'PA_NO_PUBLISHED_VERSION');
734: -- CLOSE latest_published_ver_csr;
735: --
736: -- x_msg_count := FND_MSG_PUB.count_msg;
737: --
738: -- pa_interface_utils_pub.get_messages
739: -- (p_encoded => FND_API.G_TRUE,
740: -- p_msg_index => 1,

Line 791: -- x_msg_count := FND_MSG_PUB.count_msg;

787: -- ,x_msg_count => l_msg_count
788: -- ,x_msg_data => l_msg_data );
789: --
790: -- if l_return_status <> FND_API.G_RET_STS_SUCCESS then
791: -- x_msg_count := FND_MSG_PUB.count_msg;
792: -- if x_msg_count = 1 then
793: -- pa_interface_utils_pub.get_messages
794: -- (p_encoded => FND_API.G_TRUE,
795: -- p_msg_index => 1,

Line 850: -- x_msg_count := FND_MSG_PUB.count_msg;

846: -- ,x_msg_count => l_msg_count
847: -- ,x_msg_data => l_msg_data );
848:
849: -- if l_return_status <> FND_API.G_RET_STS_SUCCESS then
850: -- x_msg_count := FND_MSG_PUB.count_msg;
851: -- if x_msg_count = 1 then
852: -- pa_interface_utils_pub.get_messages
853: -- (p_encoded => FND_API.G_TRUE,
854: -- p_msg_index => 1,

Line 885: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',

881: if p_commit = FND_API.G_TRUE then
882: rollback to copy_project_dates;
883: end if;
884: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
885: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',
886: p_procedure_name => 'Copy_Project_Dates',
887: p_error_text => SUBSTRB(SQLERRM,1,240));
888: when OTHERS then
889: if p_commit = FND_API.G_TRUE then

Line 893: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',

889: if p_commit = FND_API.G_TRUE then
890: rollback to copy_project_dates;
891: end if;
892: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
893: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',
894: p_procedure_name => 'Copy_Project_Dates',
895: p_error_text => SUBSTRB(SQLERRM,1,240));
896: raise;
897: END COPY_PROJECT_DATES;

Line 966: FND_MSG_PUB.initialize;

962: raise FND_API.G_EXC_UNEXPECTED_ERROR;
963: end if;
964:
965: if FND_API.TO_BOOLEAN(nvl(p_init_msg_list,FND_API.G_FALSE)) then
966: FND_MSG_PUB.initialize;
967: end if;
968:
969:
970: if p_date_type NOT IN ('PROJECT', 'TRANSACTION', 'ESTIMATED', 'ACTUAL', 'BASELINE', 'SCHEDULED') THEN

Line 975: l_msg_count := FND_MSG_PUB.count_msg;

971: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
972: p_msg_name => 'PA_INVALID_DATE_TYPE');
973: end if;
974:
975: l_msg_count := FND_MSG_PUB.count_msg;
976: if l_msg_count > 0 then
977: x_msg_count := l_msg_count;
978: if x_msg_count = 1 then
979: pa_interface_utils_pub.get_messages

Line 1008: x_msg_count := FND_MSG_PUB.count_msg;

1004: ,x_msg_count => l_msg_count
1005: ,x_msg_data => l_msg_data );
1006:
1007: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
1008: x_msg_count := FND_MSG_PUB.count_msg;
1009: if x_msg_count = 1 then
1010: pa_interface_utils_pub.get_messages
1011: (p_encoded => FND_API.G_TRUE,
1012: p_msg_index => 1,

Line 1043: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',

1039: if p_commit = FND_API.G_TRUE then
1040: rollback to update_project_dates;
1041: end if;
1042: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1043: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',
1044: p_procedure_name => 'Update_Project_Dates',
1045: p_error_text => SUBSTRB(SQLERRM,1,240));
1046: when OTHERS then
1047: if p_commit = FND_API.G_TRUE then

Line 1051: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',

1047: if p_commit = FND_API.G_TRUE then
1048: rollback to update_project_dates;
1049: end if;
1050: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1051: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_DATES_PUB',
1052: p_procedure_name => 'Update_Project_Dates',
1053: p_error_text => SUBSTRB(SQLERRM,1,240));
1054: raise;
1055: END UPDATE_PROJECT_DATES;