DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PVT dependencies on PA_UTILS

Line 404: pa_utils.add_message

400:
401: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
402: /* If a Manager does not exist for the entire duration of the project */
403: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
404: pa_utils.add_message
405: ( p_app_short_name => 'PA'
406: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
407: ,p_token1 => 'START_DATE'
408: ,p_value1 => l_start_no_mgr_date

Line 833: pa_utils.add_message

829:
830: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
831: /* If a Manager does not exist for the entire duration of the project */
832: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
833: pa_utils.add_message
834: ( p_app_short_name => 'PA'
835: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
836: ,p_token1 => 'START_DATE'
837: ,p_value1 => l_start_no_mgr_date

Line 1129: pa_utils.add_message

1125:
1126: IF l_error_occured = 'PA_PR_NO_MGR_DATE_RANGE' THEN
1127: /* If a Manager does not exist for the entire duration of the project */
1128: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1129: pa_utils.add_message
1130: ( p_app_short_name => 'PA'
1131: ,p_msg_name => 'PA_PR_NO_MGR_DATE_RANGE'
1132: ,p_token1 => 'START_DATE'
1133: ,p_value1 => l_start_no_mgr_date