DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PVT dependencies on FND_MESSAGE

Line 6293: l_err_message := FND_MESSAGE.GET_STRING('PA',l_err_stage) ;

6289: , x_err_code => l_error_code
6290: , x_err_stage => l_err_stage
6291: , x_err_stack => l_err_stack);
6292: IF (l_error_code <> 0) THEN
6293: l_err_message := FND_MESSAGE.GET_STRING('PA',l_err_stage) ;
6294: PA_UTILS.ADD_MESSAGE (p_app_short_name => 'PA',
6295: p_msg_name => 'PA_PS_TASK_NAME_NUM_ERR',
6296: p_token1 => 'TASK_NAME',
6297: p_value1 => l_task_name,