[Home] [Help]
3231: (p_eam_wo_rec.user_defined_status_id <> p_old_eam_wo_rec.user_defined_status_id)THEN
3232:
3233: SELECT enabled_flag
3234: INTO l_enabled_flag
3235: FROM EAM_WO_STATUSES_B
3236: WHERE status_id = p_eam_wo_rec.user_defined_status_id;
3237:
3238: IF l_enabled_flag <> 'Y' THEN
3239: RAISE fnd_api.g_exc_error;