809: l_comment := fnd_message.get;
810:
811: --Change the project status back to the previous status
812: -- for the BUG # 6661144
813: PA_PROJECTS_MAINT_PUB.project_status_change(
814: p_project_id => p_project_id
815: ,p_new_status_code => l_prev_status
816: ,p_comment => l_comment
817: ,p_calling_module => l_calling_module