DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PVT dependencies on PA_UTILS

Line 385: pa_utils.add_message

381:
382: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
383: /* If a Manager does not exist for the entire duration of the project */
384: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
385: pa_utils.add_message
386: ( p_app_short_name => 'PA'
387: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
388: ,p_token1 => 'START_DATE'
389: ,p_value1 => l_start_no_mgr_date

Line 796: pa_utils.add_message

792:
793: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
794: /* If a Manager does not exist for the entire duration of the project */
795: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
796: pa_utils.add_message
797: ( p_app_short_name => 'PA'
798: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
799: ,p_token1 => 'START_DATE'
800: ,p_value1 => l_start_no_mgr_date

Line 1092: pa_utils.add_message

1088:
1089: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
1090: /* If a Manager does not exist for the entire duration of the project */
1091: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1092: pa_utils.add_message
1093: ( p_app_short_name => 'PA'
1094: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
1095: ,p_token1 => 'START_DATE'
1096: ,p_value1 => l_start_no_mgr_date